diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-05-07 02:01:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-05-07 02:01:12 +0300 |
commit | de91fd6dc914e0d481726fe96c89da56c859c6c7 (patch) | |
tree | ef08c5f3add56a05344b417fe0b5d365f3b4f5fd | |
parent | 4d34c9f1630822ecd236221cf4c1cb57b117cd0a (diff) | |
download | plus-de91fd6dc914e0d481726fe96c89da56c859c6c7.tar.gz plus-de91fd6dc914e0d481726fe96c89da56c859c6c7.tar.bz2 plus-de91fd6dc914e0d481726fe96c89da56c859c6c7.tar.xz plus-de91fd6dc914e0d481726fe96c89da56c859c6c7.zip |
Remove CILK plus build.
-rw-r--r-- | .gitlab-ci.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 214a19a63..7f351a02e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -202,20 +202,6 @@ cmake_gcc-4.9: tags: - docker -gcc49_cilkplus: - stage: build - script: - - ./tools/ci/jobs/gcc49.sh --enable-cilkplus - - ./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_sdl2: stage: build script: |