summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-02-16 23:07:58 +0300
committerAndrei Karas <akaras@inbox.ru>2017-02-17 01:37:41 +0300
commit7ec6d0990b066240deb1a27f3a4d5467cf8c2b36 (patch)
tree58b85cf7e5f06b2a4395b522fbe4a6e0349fdc25 /.gitlab-ci.yml
parent82179b0fe9729eea106ebfdfc0c8db07c19bee86 (diff)
downloadplus-7ec6d0990b066240deb1a27f3a4d5467cf8c2b36.tar.gz
plus-7ec6d0990b066240deb1a27f3a4d5467cf8c2b36.tar.bz2
plus-7ec6d0990b066240deb1a27f3a4d5467cf8c2b36.tar.xz
plus-7ec6d0990b066240deb1a27f3a4d5467cf8c2b36.zip
Add ci script for running tests with gcc snapshot and asan/ubsan.
Also add fedora tests with gcc snapshot and asan/ubsan (but disabled because gcc crashing)
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1762d9850..87f880abf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1365,6 +1365,30 @@ gcc-5_tarball:
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
+.fedora_gcc-snapshot_sanitize_tests:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gccsnapshot_sanitize_tests.sh --without-dyecmd --without-manaplusgame
+ <<: *job-shared
+ image: fedora:rawhide
+ variables:
+ PMUPDATE: "dnf install --refresh -y @development-tools"
+ PMINSTALL: "dnf install -y bash tar findutils gcc gcc-c++ make libpng-devel libcurl-devel libxml2-devel gcc physfs-devel gcc SDL-devel SDL_net-devel SDL_image-devel SDL_ttf-devel SDL_mixer-devel SDL_gfx-devel zlib-devel gettext-devel automake autoconf valgrind libasan liblsan libubsan"
+ tags:
+ - docker
+
+.fedora_gcc-snapshot_sanitize_sdl2_tests:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gccsnapshot_sanitize_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame
+ <<: *job-shared
+ image: fedora:rawhide
+ variables:
+ PMUPDATE: "dnf install --refresh -y @development-tools"
+ PMINSTALL: "dnf install -y bash tar findutils mesa-libGL-devel gcc gcc-c++ make libpng-devel libcurl-devel libxml2-devel gcc physfs-devel gcc SDL2-devel SDL2_net-devel SDL2_image-devel SDL2_ttf-devel SDL2_mixer-devel SDL2_gfx-devel zlib-devel gettext-devel automake autoconf valgrind libasan liblsan libubsan"
+ tags:
+ - docker
+
fedora_gcc-snapshot_tests:
stage: build
script: