diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-30 01:17:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-30 01:25:40 +0300 |
commit | 89e97b05daf6fd98fce48cf3fef624e55905af46 (patch) | |
tree | 2944b4c7b2b0cb121e84752b3f95ffc4c4506fcb /.gitlab-ci.yml | |
parent | a5f01058610fbb5ce099d0a11acf2eaf6a4b3515 (diff) | |
download | plus-89e97b05daf6fd98fce48cf3fef624e55905af46.tar.gz plus-89e97b05daf6fd98fce48cf3fef624e55905af46.tar.bz2 plus-89e97b05daf6fd98fce48cf3fef624e55905af46.tar.xz plus-89e97b05daf6fd98fce48cf3fef624e55905af46.zip |
Add into .gitlab-ci.yml job for run separatly all unit tests.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 67dafeca7..ba85e0223 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1629,6 +1629,19 @@ gcc-7_tests_tcmalloc_sdl2_i386: tags: - docker +gcc-7_separate_doctest: + stage: prebuild + script: + - ./tools/ci/jobs/gcc7_silent.sh --enable-unittestsbin=doctest --without-manaplusgame --without-dyecmd + - ./tools/ci/scripts/separateunittests.sh + <<: *job-push + variables: + PACKAGES: gcc-7 g++-7 + 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 + python + gcc-7_lto: stage: build script: |