From ef70baae3495d2b8b4dbdd60236b22b36f7ec1bf Mon Sep 17 00:00:00 2001 From: Ugljesa Jovanovic Date: Tue, 20 Oct 2020 19:37:31 +0200 Subject: [PATCH] Add stage to publish jobs --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e55468..7c22085 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,6 +28,7 @@ buildLinux: tags: - linuxX64 linuxPublishToSnapshot: + stage: deploy script: - ./linuxBuild.sh - ./linuxBuildAndPublish.sh @@ -52,6 +53,7 @@ buildMac: - macos macPublishToSnapshot: + stage: deploy script: - ./macBuild.sh - ./macBuildAndPublishSnapshot-bindings.sh @@ -77,6 +79,7 @@ buildWindows: - windowsX64 windowsPublishToSnapshot: + stage: deploy script: - ./windowsBuildAndPublish-delegated.sh - ./windowsBuildAndPublish-pure.sh