diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-05-02 01:03:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-05-02 01:08:39 +0300 |
commit | 7cf462cbf7b6c5eb21326d4d62cba7ddf8dea5a0 (patch) | |
tree | 03763f98d874bd15df02c46692c9fd4bfca1a075 /tools/ci/branches/ci_gcc49 | |
parent | fcfc0bfbcc57c09f0f20e77dc0dee335ae736135 (diff) | |
download | mv-7cf462cbf7b6c5eb21326d4d62cba7ddf8dea5a0.tar.gz mv-7cf462cbf7b6c5eb21326d4d62cba7ddf8dea5a0.tar.bz2 mv-7cf462cbf7b6c5eb21326d4d62cba7ddf8dea5a0.tar.xz mv-7cf462cbf7b6c5eb21326d4d62cba7ddf8dea5a0.zip |
Update branch files.
Diffstat (limited to 'tools/ci/branches/ci_gcc49')
-rw-r--r-- | tools/ci/branches/ci_gcc49/.gitlab-ci.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/ci/branches/ci_gcc49/.gitlab-ci.yml b/tools/ci/branches/ci_gcc49/.gitlab-ci.yml index 4500caabd..214a19a63 100644 --- a/tools/ci/branches/ci_gcc49/.gitlab-ci.yml +++ b/tools/ci/branches/ci_gcc49/.gitlab-ci.yml @@ -147,6 +147,18 @@ gcc-4.9: script: - ./tools/ci/jobs/gcc49.sh - ./tools/ci/scripts/runtests.sh + image: debian:jessie + <<: *job-push + variables: + PACKAGES: gcc-4.9 g++-4.9 + 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 + gdb valgrind netcat-openbsd procps git + +gcc-4.9_c++11: + stage: build + script: - ./tools/ci/jobs/gcc49_c++11.sh - ./tools/ci/scripts/runtests.sh image: debian:jessie |