summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-11-12 00:48:25 +0300
committerAndrei Karas <akaras@inbox.ru>2018-11-12 02:02:30 +0300
commit3e6ea8eeb0fb6cc72c2d4aaaf20e5633847e3737 (patch)
tree05084eb97f45ac0ffcb3d6e244de5550017184db /.gitlab-ci.yml
parent6f9db38b7fdd7f5bfccf0a53b348db3a76d5851b (diff)
downloadplus-3e6ea8eeb0fb6cc72c2d4aaaf20e5633847e3737.tar.gz
plus-3e6ea8eeb0fb6cc72c2d4aaaf20e5633847e3737.tar.bz2
plus-3e6ea8eeb0fb6cc72c2d4aaaf20e5633847e3737.tar.xz
plus-3e6ea8eeb0fb6cc72c2d4aaaf20e5633847e3737.zip
Test dyecmd in some ci jobs.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
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