diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-22 01:46:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-22 01:46:58 +0300 |
commit | 7e8f6e26d5e2d1c560092cf72bc4f7f98f7fba07 (patch) | |
tree | f08b59da4f12d71ae80134772d93660d231251aa | |
parent | 9ca479839b3a5fc7dbe75e94e15a0dd6da21bf16 (diff) | |
download | ManaVerse-7e8f6e26d5e2d1c560092cf72bc4f7f98f7fba07.tar.gz ManaVerse-7e8f6e26d5e2d1c560092cf72bc4f7f98f7fba07.tar.bz2 ManaVerse-7e8f6e26d5e2d1c560092cf72bc4f7f98f7fba07.tar.xz ManaVerse-7e8f6e26d5e2d1c560092cf72bc4f7f98f7fba07.zip |
Add fake job into .gitlab-ci.yml to avoid possible ci issue.
-rw-r--r-- | .gitlab-ci.yml | 7 |
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: |