summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-03 22:18:19 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-03 22:18:19 +0300
commit4223c67e28c9a9f08bf668da3f4ca183d105aa0c (patch)
treea3ce2fe3a78057420b87a8017440fe49ef117e06 /.gitlab-ci.yml
parenta0f33ec00e17f3f12641391426422255d073d768 (diff)
downloadplus-4223c67e28c9a9f08bf668da3f4ca183d105aa0c.tar.gz
plus-4223c67e28c9a9f08bf668da3f4ca183d105aa0c.tar.bz2
plus-4223c67e28c9a9f08bf668da3f4ca183d105aa0c.tar.xz
plus-4223c67e28c9a9f08bf668da3f4ca183d105aa0c.zip
Revert "Replace merge stages prebuild and build due gitlab too slow to switch stages."
This reverts commit b00c7b03c743d682030fd3e8643e4301acf7f6a1.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml42
1 files changed, 21 insertions, 21 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eed5f3767..57e88f6c0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,7 +54,7 @@ variables:
# pre build
gcc-5_c++11_i386:
- stage: build
+ stage: prebuild
script:
- ./tools/ci/jobs/gcc5_c++11.sh
image: vicamo/debian:sid-i386
@@ -68,7 +68,7 @@ gcc-5_c++11_i386:
- docker
gcc-6-i386:
- stage: build
+ stage: prebuild
script:
- ./tools/ci/jobs/gcc6.sh
image: vicamo/debian:sid-i386
@@ -82,7 +82,7 @@ gcc-6-i386:
- docker
clang-3.9:
- stage: build
+ stage: prebuild
script:
- ./tools/ci/jobs/clang39.sh
<<: *job-shared
@@ -93,7 +93,7 @@ clang-3.9:
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
gcc-6:
- stage: build
+ stage: prebuild
script:
- ./tools/ci/jobs/gcc6.sh
<<: *job-shared
@@ -104,7 +104,7 @@ gcc-6:
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
gcc-4.4:
- stage: build
+ stage: prebuild
script:
- ./tools/ci/jobs/gcc44.sh
image: debian:oldstable
@@ -118,7 +118,7 @@ gcc-4.4:
- docker
mxe_gcc5_shared_32:
- stage: build
+ stage: prebuild
script:
- ls /mxe
- ./tools/ci/jobs/mxe_gcc5.sh
@@ -131,7 +131,7 @@ mxe_gcc5_shared_32:
- docker
mxe_gcc5_shared_64:
- stage: build
+ stage: prebuild
script:
- ls /mxe
- ./tools/ci/jobs/mxe_gcc5.sh
@@ -144,7 +144,7 @@ mxe_gcc5_shared_64:
- docker
mxe_gcc5_shared_32_testsbin:
- stage: build
+ stage: prebuild
script:
- ls /mxe
- ./tools/ci/jobs/mxe_gcc5_tests.sh --without-manaplusgame --without-dyecmd
@@ -163,7 +163,7 @@ mxe_gcc5_shared_32_testsbin:
- docker
mxe_gcc5_shared_64_testsbin:
- stage: build
+ stage: prebuild
script:
- ls /mxe
- ./tools/ci/jobs/mxe_gcc5_tests.sh --without-manaplusgame --without-dyecmd
@@ -182,7 +182,7 @@ mxe_gcc5_shared_64_testsbin:
- docker
gcc-5_sdl2:
- stage: build
+ stage: prebuild
script:
- ./tools/ci/jobs/gcc5_sdl2.sh
<<: *job-shared
@@ -193,7 +193,7 @@ gcc-5_sdl2:
libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev
gcc-6_game_only:
- stage: build
+ stage: prebuild
script:
- ./tools/ci/jobs/gcc6.sh --without-dyecmd
<<: *job-shared
@@ -204,7 +204,7 @@ gcc-6_game_only:
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
gcc-6_dyecmd_only:
- stage: build
+ stage: prebuild
script:
- ./tools/ci/jobs/gcc6.sh --without-manaplusgame
<<: *job-shared
@@ -215,7 +215,7 @@ gcc-6_dyecmd_only:
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
gcc-6_unittestsbin:
- stage: build
+ stage: prebuild
script:
- ./tools/ci/jobs/gcc6_silent.sh --enable-unittestsbin --without-manaplusgame --without-dyecmd
<<: *job-shared
@@ -226,7 +226,7 @@ gcc-6_unittestsbin:
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
mplint_po:
- stage: build
+ stage: prebuild
script:
- ./tools/ci/jobs/mplint.sh po
<<: *job-shared
@@ -235,7 +235,7 @@ mplint_po:
make autoconf automake autopoint gettext
mplint_src:
- stage: build
+ stage: prebuild
script:
- ./tools/ci/jobs/mplint.sh src
<<: *job-shared
@@ -244,7 +244,7 @@ mplint_src:
make autoconf automake autopoint gettext
mplint_data:
- stage: build
+ stage: prebuild
script:
- ./tools/ci/jobs/mplint.sh data
<<: *job-shared
@@ -253,7 +253,7 @@ mplint_data:
make autoconf automake autopoint gettext
cpplint:
- stage: build
+ stage: prebuild
script:
- ./tools/ci/jobs/cpplint.sh
<<: *job-shared
@@ -261,7 +261,7 @@ cpplint:
PACKAGES: python wget
gcc-5_h_all:
- stage: build
+ stage: prebuild
script:
- ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DTMWA_SUPPORT -DENABLE_NLS -DUSE_OPENGL -DENABLE_LIBXML
<<: *job-shared
@@ -272,7 +272,7 @@ gcc-5_h_all:
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
gcc-5_h_all_i386:
- stage: build
+ stage: prebuild
script:
- ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DTMWA_SUPPORT -DENABLE_NLS -DUSE_OPENGL -DENABLE_LIBXML
image: vicamo/debian:sid-i386
@@ -286,7 +286,7 @@ gcc-5_h_all_i386:
- docker
pngcheck:
- stage: build
+ stage: prebuild
script:
- ./tools/ci/jobs/pngcheck.sh
<<: *job-shared
@@ -294,7 +294,7 @@ pngcheck:
PACKAGES: pngcheck
icccheck:
- stage: build
+ stage: prebuild
script:
- ./tools/ci/jobs/imagemagiccheck.sh
<<: *job-shared