0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 13:43:04 -05:00

Update .gitlab-ci.yml

This commit is contained in:
stanzabird 2022-05-15 16:48:50 +00:00
parent fb3af88f26
commit e499467deb

View file

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