diff options
-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: |