parent
048932c8bc
commit
f8cd7320f3
1 changed files with 19 additions and 0 deletions
19
.forgejo/workflows/build-with-luvi.yaml
Normal file
19
.forgejo/workflows/build-with-luvi.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: lit install
|
||||
|
||||
- name: Build
|
||||
run: luvi . -o luddite
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: luddite
|
||||
path: luddite
|
Loading…
Add table
Add a link
Reference in a new issue