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:
parent
2fbf2a4113
commit
2267312a8b
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue