From 6c5e4054f534249d4a6c83c436634fc06fb31c47 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 1 Apr 2017 01:25:13 +0300 Subject: Improve a bit speed in .gitlab-ci.yml by moving job with unit tests binary into build stage. --- .gitlab-ci.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f01b7a14..7142292ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -214,10 +214,10 @@ gcc-6_dyecmd_only: libxml2-dev libcurl4-gnutls-dev libpng-dev libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev -gcc-6_all_and_unittestsbin: +gcc-6_unittestsbin: stage: prebuild script: - - ./tools/ci/jobs/gcc6_silent.sh --enable-unittestsbin + - ./tools/ci/jobs/gcc6_silent.sh --enable-unittestsbin --without-manaplusgame --without-dyecmd <<: *job-shared variables: PACKAGES: gcc-6 g++-6 @@ -1320,6 +1320,17 @@ clang-3.8_i386: tags: - docker +gcc-6_all_and_unittestsbin: + stage: prebuild + script: + - ./tools/ci/jobs/gcc6_silent.sh --enable-unittestsbin + <<: *job-shared + variables: + PACKAGES: gcc-6 g++-6 + make autoconf automake autopoint gettext + libxml2-dev libcurl4-gnutls-dev libpng-dev + libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev + gcc-4.8_c++11: stage: build script: -- cgit v1.2.3-60-g2f50