mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
fixes
This commit is contained in:
parent
52cd1b70ae
commit
9bb77e743c
1 changed files with 18 additions and 15 deletions
|
@ -3,6 +3,24 @@ stages:
|
|||
- build
|
||||
- release
|
||||
|
||||
|
||||
Test:
|
||||
stage: test
|
||||
when: manual
|
||||
allow_failure: true
|
||||
image: debian
|
||||
script:
|
||||
- apt-get update && apt-get -y upgrade
|
||||
- apt-get -y install build-essential curl jq make python3 python3-dev python3-pip wget unzip
|
||||
- make fetch
|
||||
- sh -c "./scripts/check-patchfail.sh"
|
||||
- make test
|
||||
artifacts:
|
||||
paths:
|
||||
- librewolf-*.tar.bz2
|
||||
|
||||
|
||||
|
||||
Build:
|
||||
stage: build
|
||||
when: manual
|
||||
|
@ -24,21 +42,6 @@ Build:
|
|||
reports:
|
||||
dotenv: variables.env
|
||||
|
||||
Test:
|
||||
stage: test
|
||||
when: manual
|
||||
allow_failure: true
|
||||
image: debian
|
||||
script:
|
||||
- apt-get update && apt-get -y upgrade
|
||||
- apt-get -y install build-essential curl jq make python3 python3-dev python3-pip wget
|
||||
- make fetch
|
||||
- sh -c "./scripts/check-patchfail.sh"
|
||||
- make test
|
||||
artifacts:
|
||||
paths:
|
||||
- librewolf-*.tar.bz2
|
||||
|
||||
Release:
|
||||
stage: release
|
||||
when: manual
|
||||
|
|
Loading…
Reference in a new issue