From 1540822cd20a1433d34f57d4445e8cc5a7f04227 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 24 Sep 2016 00:11:30 +0300 Subject: Into .gitlab-ci.yml add builds with some other options. --- .gitlab-ci.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to '.gitlab-ci.yml') 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: -- cgit v1.2.3-60-g2f50