diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-30 21:00:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-30 21:00:26 +0300 |
commit | 62842d214ef2a7f7b32b7f97fc1b8b5127ec8efc (patch) | |
tree | 51542b9e945b8e1d51eabe9ce81bb0a3ec7ee2c0 /.gitlab-ci.yml | |
parent | 2d23a064feedf32ec72aa77e8c2b72edd25ac6c1 (diff) | |
download | plus-62842d214ef2a7f7b32b7f97fc1b8b5127ec8efc.tar.gz plus-62842d214ef2a7f7b32b7f97fc1b8b5127ec8efc.tar.bz2 plus-62842d214ef2a7f7b32b7f97fc1b8b5127ec8efc.tar.xz plus-62842d214ef2a7f7b32b7f97fc1b8b5127ec8efc.zip |
Add build ci tests for build only manaplus game and only dye tool.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 05a4d7a56..e64278f21 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -122,6 +122,28 @@ gcc-5_sdl2: libxml2-dev libcurl4-gnutls-dev libpng-dev libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev +gcc-6_game_only: + stage: prebuild + script: + - ./tools/ci/jobs/gcc6.sh --without-dyetool + <<: *job-shared + variables: + PACKAGES: gcc-6 g++-6 + make autoconf automake autopoint gettext libphysfs-dev + 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 + +gcc-6_dyetool_only: + stage: prebuild + script: + - ./tools/ci/jobs/gcc6.sh --without-manaplusgame + <<: *job-shared + variables: + PACKAGES: gcc-6 g++-6 + make autoconf automake autopoint gettext libphysfs-dev + 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 + mplint_po: stage: prebuild script: |