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:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
- test
|
||||||
- release
|
- release
|
||||||
|
|
||||||
Build:
|
Build:
|
||||||
|
@ -18,6 +19,13 @@ Build:
|
||||||
reports:
|
reports:
|
||||||
dotenv: variables.env
|
dotenv: variables.env
|
||||||
|
|
||||||
|
Test:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- make bootstrap setup-wasi all build package
|
||||||
|
when: manual
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
Release:
|
Release:
|
||||||
stage: release
|
stage: release
|
||||||
when: manual
|
when: manual
|
||||||
|
|
Loading…
Reference in a new issue