0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2025-01-03 03:10:07 -05:00

Update .gitlab-ci.yml file

This commit is contained in:
stanzabird 2022-05-15 13:11:10 +00:00
parent 2fbf2a4113
commit 2267312a8b

View file

@ -1,5 +1,6 @@
stages:
- build
- test
- release
Build:
@ -18,6 +19,13 @@ Build:
reports:
dotenv: variables.env
Test:
stage: test
script:
- make bootstrap setup-wasi all build package
when: manual
allow_failure: true
Release:
stage: release
when: manual