summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-22 01:46:58 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-22 01:46:58 +0300
commit7e8f6e26d5e2d1c560092cf72bc4f7f98f7fba07 (patch)
treef08b59da4f12d71ae80134772d93660d231251aa /.gitlab-ci.yml
parent9ca479839b3a5fc7dbe75e94e15a0dd6da21bf16 (diff)
downloadplus-7e8f6e26d5e2d1c560092cf72bc4f7f98f7fba07.tar.gz
plus-7e8f6e26d5e2d1c560092cf72bc4f7f98f7fba07.tar.bz2
plus-7e8f6e26d5e2d1c560092cf72bc4f7f98f7fba07.tar.xz
plus-7e8f6e26d5e2d1c560092cf72bc4f7f98f7fba07.zip
Add fake job into .gitlab-ci.yml to avoid possible ci issue.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8a77a0a63..e37fed93f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -299,6 +299,13 @@ gcc-5_h_eathena_opengl:
- ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DEATHENA_SUPPORT -DUSE_OPENGL -DENABLE_LIBXML
image: debian:unstable
+fake_build:
+ stage: test
+ script:
+ - echo "fake build for workaround gitlab ci issue"
+ image: debian:unstable
+ allow_failure: true
+
gcc-5_h_eathena_opengl_pugi:
stage: test
script: