diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-05-07 02:04:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-05-07 02:04:22 +0300 |
commit | 8fcf19578f18afe9d29222f19df8e877ddc1c25f (patch) | |
tree | daf8369bbc7326bd65166fe960bef8f8e44e5c14 | |
parent | 29894ca6df693ffb6bea7e034794b56b18d31366 (diff) | |
download | mv-8fcf19578f18afe9d29222f19df8e877ddc1c25f.tar.gz mv-8fcf19578f18afe9d29222f19df8e877ddc1c25f.tar.bz2 mv-8fcf19578f18afe9d29222f19df8e877ddc1c25f.tar.xz mv-8fcf19578f18afe9d29222f19df8e877ddc1c25f.zip |
Remove CILK plus build.
-rw-r--r-- | .gitlab-ci.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf79ba9f9..b6ad309d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -166,19 +166,6 @@ gcc7_without_mumble_sdl2: libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev git gdb valgrind netcat-openbsd procps -gcc-7_cilkplus: - stage: build - script: - - ./tools/ci/jobs/gcc7.sh --enable-cilkplus - - ./tools/ci/scripts/runtests.sh - <<: *job-push - variables: - PACKAGES: gcc-7 g++-7 - 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 - git gdb valgrind netcat-openbsd procps - gcc_portable: stage: build script: |