Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-07-27 13:33:27 +0300
committerlovetox <philipp@hoerist.com>2022-07-27 13:33:27 +0300
commit0fcef58dd835c35d7fe09e9cd36be11e07828bd9 (patch)
tree012f2af886eb8964068cbcfd7be6367e8e391927 /.gitlab-ci.yml
parentb7bc50d4d6d96f9ff2cbd454bb06c684665e50fd (diff)
ci: Specify dependencies between stages
This allows to pass artifacts between stages
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7c6c5becc..05300a1e8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,6 +68,7 @@ test-unittest:
build-linux:
image: gajim-deb-build:latest
stage: build
+ dependencies: []
rules:
- if: '$GAJIM_NIGHTLY_BUILD'
- if: '$CI_COMMIT_TAG'
@@ -83,6 +84,7 @@ build-linux:
build-and-deploy-windows:
stage: build
+ dependencies: []
rules:
- if: '$GAJIM_NIGHTLY_BUILD'
- if: '$CI_COMMIT_TAG'
@@ -99,6 +101,8 @@ build-and-deploy-windows:
deploy-linux:
stage: deploy
+ dependencies:
+ - build-linux
rules:
- if: '$GAJIM_NIGHTLY_BUILD'
- if: '$CI_COMMIT_TAG'
@@ -121,6 +125,7 @@ deploy-linux:
deploy-flatpak:
image: git-deploy:latest
stage: deploy
+ dependencies: []
rules:
- if: '$CI_COMMIT_TAG'
before_script:
@@ -144,6 +149,7 @@ deploy-flatpak:
publish-release:
image: git-deploy:latest
stage: publish
+ dependencies: []
rules:
- if: '$CI_COMMIT_TAG'
before_script: