summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-10-12 20:58:45 +0300
committerAndrei Karas <akaras@inbox.ru>2017-10-12 20:58:45 +0300
commite64176de679b059b6c8389f21cc130b9a05d18fa (patch)
treec95e229c1046ea1d0fb7ce16667cb8aaa81e9a44 /.gitlab-ci.yml
parentf01b9f258968f45d40e0d182e8c35db861958052 (diff)
downloadplus-e64176de679b059b6c8389f21cc130b9a05d18fa.tar.gz
plus-e64176de679b059b6c8389f21cc130b9a05d18fa.tar.bz2
plus-e64176de679b059b6c8389f21cc130b9a05d18fa.tar.xz
plus-e64176de679b059b6c8389f21cc130b9a05d18fa.zip
Remove mxe jobs from .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml77
1 files changed, 0 insertions, 77 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 74836a528..8a9b0ff74 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -191,48 +191,6 @@ mxe_gcc6_shared_64:
tags:
- docker
-mxe_gcc6_shared_32_testsbin:
- stage: prebuild
- script:
- - ls /mxe
- - ./tools/ci/jobs/mxe_gcc6_tests.sh --without-manaplusgame --without-dyecmd
- artifacts:
- paths:
- - logs
- untracked: true
- when: always
- expire_in: 1 week
- dependencies: []
- image: registry.gitlab.com/manaplus/mxe:gcc6_shared_32
- variables:
- PACKAGES: bash
- CROSS: i686-w64-mingw32.shared
- except:
- - triggers
- tags:
- - docker
-
-mxe_gcc6_shared_64_testsbin:
- stage: prebuild
- script:
- - ls /mxe
- - ./tools/ci/jobs/mxe_gcc6_tests.sh --without-manaplusgame --without-dyecmd
- artifacts:
- paths:
- - logs
- untracked: true
- when: always
- expire_in: 1 week
- dependencies: []
- image: registry.gitlab.com/manaplus/mxe:gcc6_shared_64
- variables:
- PACKAGES: bash
- CROSS: x86_64-w64-mingw32.shared
- except:
- - triggers
- tags:
- - docker
-
gcc-5_sdl2:
stage: prebuild
script:
@@ -1449,41 +1407,6 @@ gitstats:
only:
- master
-.mxe_gcc6_shared_32_tests:
- stage: build
- script:
- - tools\ci\jobs\windowstest.cmd files32
- - dir
- artifacts:
- paths:
- - logs
- when: always
- expire_in: 3 week
- dependencies:
- - mxe_gcc6_shared_32_testsbin
- when: manual
- except:
- - triggers
- tags:
- - windows
-
-.mxe_gcc6_shared_64_tests:
- stage: build
- script:
- - tools\ci\jobs\windowstest.cmd files64
- artifacts:
- paths:
- - logs
- when: always
- expire_in: 3 week
- dependencies:
- - mxe_gcc6_shared_64_testsbin
- when: manual
- except:
- - triggers
- tags:
- - windows
-
# stats
pages: