Commit 1c7ddea4 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

ci: Fix pipeline.

Showing with 9 additions and 0 deletions
+9 -0
......@@ -89,6 +89,8 @@ build-linux:
stage: build
tags:
- linux
rules:
- if: $CI_COMMIT_BRANCH == 'ci-test' || $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_TAG
needs:
- job: dl-mage-linux
artifacts: true
......@@ -138,6 +140,8 @@ build-windows:
stage: build
tags:
- wine
rules:
- if: $CI_COMMIT_BRANCH == 'ci-test' || $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_TAG
needs:
- job: dl-mage-windows
artifacts: true
......@@ -167,6 +171,11 @@ build-windows:
test:
stage: test
tags:
- linux
needs:
- job: set-version
artifacts: true
script:
- echo "TODO PAMHYR tests"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment