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 /tools/ci/jobs | |
parent | f6003d19efccc0d2015f509399db887d792bfad5 (diff) | |
download | mv-024bdff674c30e559c03767c383349b340b5a9c6.tar.gz mv-024bdff674c30e559c03767c383349b340b5a9c6.tar.bz2 mv-024bdff674c30e559c03767c383349b340b5a9c6.tar.xz mv-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 'tools/ci/jobs')
-rw-r--r-- | tools/ci/jobs/windowstest.cmd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/ci/jobs/windowstest.cmd b/tools/ci/jobs/windowstest.cmd new file mode 100644 index 000000000..5fcd9099c --- /dev/null +++ b/tools/ci/jobs/windowstest.cmd @@ -0,0 +1,8 @@ +mkdir test +cd test +mkdir %1 +xcopy /s C:\gitlabrunner\%1 %1 +cd %1 +copy ..\..\src\manaplustests.exe .\ +dir +manaplustests.exe |