diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-10-10 22:24:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-10-10 22:24:56 +0300 |
commit | 3181b0532b1189641093de4b03eef285178e1cb3 (patch) | |
tree | 3802e7bb0d8a798842f53142bd1102f3c669b85e /.gitlab-ci.yml | |
parent | 7c10a6b61e9d06a4ae9cc9f942dfacb6fcfd9d3d (diff) | |
download | plus-3181b0532b1189641093de4b03eef285178e1cb3.tar.gz plus-3181b0532b1189641093de4b03eef285178e1cb3.tar.bz2 plus-3181b0532b1189641093de4b03eef285178e1cb3.tar.xz plus-3181b0532b1189641093de4b03eef285178e1cb3.zip |
Disable windows tests in .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af056a917..054b0f168 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3478,7 +3478,7 @@ gitstats: only: - master -mxe_gcc6_shared_32_tests: +.mxe_gcc6_shared_32_tests: stage: build script: - tools\ci\jobs\windowstest.cmd files32 @@ -3496,7 +3496,7 @@ mxe_gcc6_shared_32_tests: tags: - windows -mxe_gcc6_shared_64_tests: +.mxe_gcc6_shared_64_tests: stage: build script: - tools\ci\jobs\windowstest.cmd files64 |