mirror of https://gitlab.com/pamhyr/pamhyr2
ci: Fix pipeline.
parent
ac756ec41e
commit
1c7ddea417
|
|
@ -89,6 +89,8 @@ build-linux:
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
|
rules:
|
||||||
|
- if: $CI_COMMIT_BRANCH == 'ci-test' || $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_TAG
|
||||||
needs:
|
needs:
|
||||||
- job: dl-mage-linux
|
- job: dl-mage-linux
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
|
@ -138,6 +140,8 @@ build-windows:
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- wine
|
- wine
|
||||||
|
rules:
|
||||||
|
- if: $CI_COMMIT_BRANCH == 'ci-test' || $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_TAG
|
||||||
needs:
|
needs:
|
||||||
- job: dl-mage-windows
|
- job: dl-mage-windows
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
|
@ -167,6 +171,11 @@ build-windows:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
tags:
|
||||||
|
- linux
|
||||||
|
needs:
|
||||||
|
- job: set-version
|
||||||
|
artifacts: true
|
||||||
script:
|
script:
|
||||||
- echo "TODO PAMHYR tests"
|
- echo "TODO PAMHYR tests"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue