summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-03-14 17:24:45 +0300
committerAndrei Karas <akaras@inbox.ru>2017-03-14 17:24:45 +0300
commit596436645bef0b41f448e6d7b501a1fc2c5b1fc6 (patch)
treeb6ec3855d3b190d5d9daf273d26f238e928b63ab
parent1a5e7c2f37f1f3b9969c01e61ab9347dcd546bee (diff)
downloadplus-596436645bef0b41f448e6d7b501a1fc2c5b1fc6.tar.gz
plus-596436645bef0b41f448e6d7b501a1fc2c5b1fc6.tar.bz2
plus-596436645bef0b41f448e6d7b501a1fc2c5b1fc6.tar.xz
plus-596436645bef0b41f448e6d7b501a1fc2c5b1fc6.zip
Remove prebuild stage due gitlab stuck bug.
Now because gitlab issues can fail only pages job, but not any of testing builds. Other jobs can be manually restarted.
-rw-r--r--.gitlab-ci.yml38
1 files changed, 19 insertions, 19 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c5bdeb60e..092bf8a73 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,7 +51,7 @@ variables:
# pre build
gcc-5_c++11_i386:
- stage: prebuild
+ stage: build
script:
- ./tools/ci/jobs/gcc5_c++11.sh
image: vicamo/debian:sid-i386
@@ -65,7 +65,7 @@ gcc-5_c++11_i386:
- docker
gcc-6-i386:
- stage: prebuild
+ stage: build
script:
- ./tools/ci/jobs/gcc6.sh
image: vicamo/debian:sid-i386
@@ -79,7 +79,7 @@ gcc-6-i386:
- docker
clang-3.9:
- stage: prebuild
+ stage: build
script:
- ./tools/ci/jobs/clang39.sh
<<: *job-shared
@@ -90,7 +90,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: prebuild
+ stage: build
script:
- ./tools/ci/jobs/gcc6.sh
<<: *job-shared
@@ -101,7 +101,7 @@ gcc-6:
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
gcc-6_physfs:
- stage: prebuild
+ stage: build
script:
- ./tools/ci/jobs/gcc6.sh --with-physfs
<<: *job-shared
@@ -113,7 +113,7 @@ gcc-6_physfs:
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
gcc-4.4:
- stage: prebuild
+ stage: build
script:
- ./tools/ci/jobs/gcc44.sh
image: debian:oldstable
@@ -127,7 +127,7 @@ gcc-4.4:
- docker
mxe_gcc5_shared_32:
- stage: prebuild
+ stage: build
script:
- ls /mxe
- ./tools/ci/jobs/mxe_gcc5.sh
@@ -140,7 +140,7 @@ mxe_gcc5_shared_32:
- docker
gcc-5_sdl2:
- stage: prebuild
+ stage: build
script:
- ./tools/ci/jobs/gcc5_sdl2.sh
<<: *job-shared
@@ -151,7 +151,7 @@ gcc-5_sdl2:
libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev
gcc-6_game_only:
- stage: prebuild
+ stage: build
script:
- ./tools/ci/jobs/gcc6.sh --without-dyecmd
<<: *job-shared
@@ -162,7 +162,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: prebuild
+ stage: build
script:
- ./tools/ci/jobs/gcc6.sh --without-manaplusgame
<<: *job-shared
@@ -173,7 +173,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
mplint_po:
- stage: prebuild
+ stage: build
script:
- ./tools/ci/jobs/mplint.sh po
<<: *job-shared
@@ -182,7 +182,7 @@ mplint_po:
make autoconf automake autopoint gettext
mplint_src:
- stage: prebuild
+ stage: build
script:
- ./tools/ci/jobs/mplint.sh src
<<: *job-shared
@@ -191,7 +191,7 @@ mplint_src:
make autoconf automake autopoint gettext
mplint_data:
- stage: prebuild
+ stage: build
script:
- ./tools/ci/jobs/mplint.sh data
<<: *job-shared
@@ -200,7 +200,7 @@ mplint_data:
make autoconf automake autopoint gettext
cpplint:
- stage: prebuild
+ stage: build
script:
- ./tools/ci/jobs/cpplint.sh
<<: *job-shared
@@ -208,7 +208,7 @@ cpplint:
PACKAGES: python wget
gcc-5_h_all:
- stage: prebuild
+ stage: build
script:
- ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DTMWA_SUPPORT -DENABLE_NLS -DUSE_OPENGL -DENABLE_LIBXML
<<: *job-shared
@@ -219,7 +219,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: prebuild
+ stage: build
script:
- ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DTMWA_SUPPORT -DENABLE_NLS -DUSE_OPENGL -DENABLE_LIBXML
image: vicamo/debian:sid-i386
@@ -233,7 +233,7 @@ gcc-5_h_all_i386:
- docker
pngcheck:
- stage: prebuild
+ stage: build
script:
- ./tools/ci/jobs/pngcheck.sh
<<: *job-shared
@@ -241,7 +241,7 @@ pngcheck:
PACKAGES: pngcheck
icccheck:
- stage: prebuild
+ stage: build
script:
- ./tools/ci/jobs/imagemagiccheck.sh
<<: *job-shared
@@ -1356,7 +1356,7 @@ cmake_gcc-4.9:
- docker
.clang-4.0:
- stage: prebuild
+ stage: build
script:
- ./tools/ci/jobs/clang40.sh
<<: *job-shared