diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-31 03:01:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-31 03:01:56 +0300 |
commit | 024bdff674c30e559c03767c383349b340b5a9c6 (patch) | |
tree | 01609a5d4f59759d383dacff5ac403ce88c0fe57 /.gitlab-ci.yml | |
parent | f6003d19efccc0d2015f509399db887d792bfad5 (diff) | |
download | plus-024bdff674c30e559c03767c383349b340b5a9c6.tar.gz plus-024bdff674c30e559c03767c383349b340b5a9c6.tar.bz2 plus-024bdff674c30e559c03767c383349b340b5a9c6.tar.xz plus-024bdff674c30e559c03767c383349b340b5a9c6.zip |
Add into .gitlab-ci.yml running already precompiled tests on windows.
This jobs is manual, because not always windows runner can be present.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 875e72423..08a35ea56 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4480,6 +4480,37 @@ gitstats: only: - master +mxe_gcc5_shared_32_tests: + stage: build + script: + - tools\ci\jobs\windowstest.cmd files32 + - dir + artifacts: + paths: + - logs + when: always + expire_in: 3 week + dependencies: + - mxe_gcc5_shared_32_testsbin + when: manual + tags: + - windows + +mxe_gcc5_shared_64_tests: + stage: build + script: + - tools\ci\jobs\windowstest.cmd files64 + artifacts: + paths: + - logs + when: always + expire_in: 3 week + dependencies: + - mxe_gcc5_shared_64_testsbin + when: manual + tags: + - windows + # stats pages: |