summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-06-15 05:30:17 +0300
committerAndrei Karas <akaras@inbox.ru>2018-06-15 05:30:17 +0300
commit7b030a82681d2d083b95f2ffbeaeb5f9d1be37c8 (patch)
tree0df97b38b8e830de25f058203020d226dd76b1f4
parent27c466b8b4113ee45750f475e45f09ee80770c97 (diff)
downloadplus-ci_gcc3.tar.gz
plus-ci_gcc3.tar.bz2
plus-ci_gcc3.tar.xz
plus-ci_gcc3.zip
Use includes in .gitlab-ci.ymlci_gcc3
-rw-r--r--.gitlab-ci.yml72
1 files changed, 3 insertions, 69 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0ef2f68ed..6a2e6d24f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,69 +1,3 @@
-stages:
- - build
-
-# with :; prevent from run it on windows
-before_script:
- - ":; uname -a"
- - ":; cat /etc/os-release"
- - ":; pwd"
- - ":; cat /proc/sys/kernel/core_pattern"
- - ":; mkdir logs || true"
- - ":; ${UPDATEREPOS}"
- - ":; ${DOCKERRETRY} ${PMUPDATE} >logs/apt.log"
- - ":; ${DOCKERRETRY} ${PMINSTALL} ${PACKAGES} >>logs/apt.log"
- - ":; ./tools/ci/scripts/clonesrc.sh"
- - ":; cd manaplus"
-
-image: debian:unstable
-variables:
- GET_SOURCES_ATTEMPTS: "5"
- ARTIFACT_DOWNLOAD_ATTEMPTS: "5"
- UPDATEREPOS: "tools/ci/scripts/updaterepos.sh"
- PMUPDATE: "apt-get update"
- PMINSTALL: "apt-get install -y -qq"
- DOCKERRETRY: "./tools/ci/scripts/dockerretry.sh"
- GIT_DEPTH: "1"
-
-.job-push: &job-push
- artifacts:
- paths:
- - logs
- - manaplus/logs
- when: always
- expire_in: 3 week
- dependencies: []
-
-.job-always: &job-always
- artifacts:
- paths:
- - logs
- - manaplus/logs
- when: always
- expire_in: 3 week
- dependencies: []
-
-gcc-3_sdl1:
- stage: build
- script:
- - ./tools/ci/jobs/gcc3.sh
- - ./tools/ci/scripts/runtests.sh
- image: registry.gitlab.com/manaplus/images:gentoo_gcc3_sdl1
- <<: *job-push
- variables:
- PMUPDATE: "echo"
- PMINSTALL: "echo"
- tags:
- - docker
-
-gcc-3_sdl2:
- stage: build
- script:
- - ./tools/ci/jobs/gcc3.sh --with-sdl2
- - ./tools/ci/scripts/runtests.sh
- image: registry.gitlab.com/manaplus/images:gentoo_gcc3_sdl2
- <<: *job-push
- variables:
- PMUPDATE: "echo"
- PMINSTALL: "echo"
- tags:
- - docker
+include:
+ - "https://gitlab.com/manaplus/manaplus/raw/master/tools/ci/branches/.gitlab-ci_header.yml"
+ - "https://gitlab.com/manaplus/manaplus/raw/master/tools/ci/branches/ci_gcc3/.gitlab-ci.yml"