From 3e6ea8eeb0fb6cc72c2d4aaaf20e5633847e3737 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 12 Nov 2018 00:48:25 +0300 Subject: Test dyecmd in some ci jobs. --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 832246882..600d6793d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -80,6 +80,7 @@ gcc-7-i386: script: - ./tools/ci/jobs/gcc7.sh - ./tools/ci/scripts/runtests.sh + - ./tools/ci/scripts/rundyecmd.sh image: vicamo/debian:sid-i386 <<: *job-push variables: @@ -96,6 +97,7 @@ clang-3.9: script: - ./tools/ci/jobs/clang39.sh - ./tools/ci/scripts/runtests.sh + - ./tools/ci/scripts/rundyecmd.sh <<: *job-push variables: PACKAGES: clang-3.9 libc++-dev libc++abi-dev @@ -109,6 +111,7 @@ gcc-6: script: - ./tools/ci/jobs/gcc6.sh - ./tools/ci/scripts/runtests.sh + - ./tools/ci/scripts/rundyecmd.sh <<: *job-push variables: PACKAGES: gcc-6 g++-6 @@ -122,6 +125,7 @@ gcc-8: script: - ./tools/ci/jobs/gcc8.sh - ./tools/ci/scripts/runtests.sh + - ./tools/ci/scripts/rundyecmd.sh <<: *job-push variables: PACKAGES: gcc-8 g++-8 @@ -135,6 +139,7 @@ gcc-6_default: script: - ./tools/ci/jobs/any_compiler.sh --enable-werror - ./tools/ci/scripts/runtests.sh + - ./tools/ci/scripts/rundyecmd.sh <<: *job-push variables: LOGFILE: gcc6.log @@ -152,6 +157,7 @@ gcc-7_default: script: - ./tools/ci/jobs/any_compiler.sh --enable-werror - ./tools/ci/scripts/runtests.sh + - ./tools/ci/scripts/rundyecmd.sh <<: *job-push variables: LOGFILE: gcc6.log @@ -194,6 +200,7 @@ gcc-5_sdl2: stage: prebuild script: - ./tools/ci/jobs/gcc5_sdl2.sh + - ./tools/ci/scripts/rundyecmd.sh - ./tools/ci/scripts/runtests.sh - ./tools/ci/jobs/gcc5_sdl2_c++11.sh - ./tools/ci/scripts/runtests.sh @@ -222,6 +229,7 @@ gcc-7_dyecmd_only: stage: prebuild script: - ./tools/ci/jobs/gcc7.sh --without-manaplusgame + - ./tools/ci/scripts/rundyecmd.sh <<: *job-push variables: PACKAGES: gcc-7 g++-7 -- cgit v1.2.3-60-g2f50