summaryrefslogtreecommitdiff
path: root/tools/ci/branches/ci_gcc3
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 /tools/ci/branches/ci_gcc3
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 'tools/ci/branches/ci_gcc3')
-rw-r--r--tools/ci/branches/ci_gcc3/.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ci/branches/ci_gcc3/.gitlab-ci.yml b/tools/ci/branches/ci_gcc3/.gitlab-ci.yml
index 4c3d14b2b..82b58be9b 100644
--- a/tools/ci/branches/ci_gcc3/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_gcc3/.gitlab-ci.yml
@@ -21,6 +21,7 @@ gcc-3_sdl1:
script:
- ./tools/ci/jobs/gcc3.sh
- ./tools/ci/scripts/runtests.sh
+ - ./tools/ci/scripts/rundyecmd.sh
image: registry.gitlab.com/manaplus/images:gentoo_gcc3_sdl1
<<: *job-push
variables:
@@ -34,6 +35,7 @@ gcc-3_sdl2:
script:
- ./tools/ci/jobs/gcc3.sh --with-sdl2
- ./tools/ci/scripts/runtests.sh
+ - ./tools/ci/scripts/rundyecmd.sh
image: registry.gitlab.com/manaplus/images:gentoo_gcc3_sdl2
<<: *job-push
variables: