diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17c21fbc6..4e66cd7b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -477,6 +477,27 @@ gcc_eathena: image: debian:unstable <<: *log-failed-jobs +gcc_without_mumble: + stage: build + script: + - ./tools/ci/jobs/gcc5.sh --without-mumble + image: debian:unstable + <<: *log-failed-jobs + +gcc_without_customnls: + stage: build + script: + - ./tools/ci/jobs/gcc5.sh --enable-customnls + image: debian:unstable + <<: *log-failed-jobs + +gcc_without_customnls_nonls: + stage: build + script: + - ./tools/ci/jobs/gcc5.sh --enable-customnls --disable-nls + image: debian:unstable + <<: *log-failed-jobs + gcc_without_opengl: stage: build script: |