From 3e87ef35faa92333d6c78af1109d5da0cf0fc9c7 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Thu, 8 Sep 2016 21:11:11 +0200 Subject: Add Windows deploy stage to GitLab CI. --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e814b2af5..ca0bb00ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ image: gcc stages: - pre-build - build + - deploy - test .linux_set_path: &linux_set_path_def @@ -48,6 +49,18 @@ build-windows: tags: - windows +deploy-windows: + stage: deploy + script: + - call ci\nsis_build.bat + artifacts: + paths: + - web\upload\download\* + expire_in: 1 week + tags: + - windows + - fast + test-linux: stage: test <<: *linux_set_path_def @@ -67,6 +80,7 @@ test-windows: - tests\testament\tester.exe --pedantic all tags: - windows + - fast .csources: &csources_definition stage: test -- cgit 1.4.1-2-gfad0