diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-01-27 05:31:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-01-27 05:31:54 +0300 |
commit | f2197c185b27c0ab8259c613a86550545ba5c0ee (patch) | |
tree | b74520e4116bfd3d0f11e051309ca5b261df4df2 /tools/ci/branches/ci_deheader | |
parent | 37c4c509bb76a2904e78f92a9dd81867eb76970d (diff) | |
download | ManaVerse-f2197c185b27c0ab8259c613a86550545ba5c0ee.tar.gz ManaVerse-f2197c185b27c0ab8259c613a86550545ba5c0ee.tar.bz2 ManaVerse-f2197c185b27c0ab8259c613a86550545ba5c0ee.tar.xz ManaVerse-f2197c185b27c0ab8259c613a86550545ba5c0ee.zip |
Use artfull in all deheader ci jobs.
Diffstat (limited to 'tools/ci/branches/ci_deheader')
-rw-r--r-- | tools/ci/branches/ci_deheader/.gitlab-ci.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/ci/branches/ci_deheader/.gitlab-ci.yml b/tools/ci/branches/ci_deheader/.gitlab-ci.yml index c364f5d80..0913255a4 100644 --- a/tools/ci/branches/ci_deheader/.gitlab-ci.yml +++ b/tools/ci/branches/ci_deheader/.gitlab-ci.yml @@ -89,7 +89,6 @@ deheader_tinyxml_opengl_tmwa_cpp: - find ./src -type f \( -name "*.cpp" \) -exec tools/ci/scripts/deheader.sh {} \; - ./tools/ci/jobs/deheader2.sh <<: *job-push - image: debian:unstable variables: GIT_DEPTH: "1" INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2" @@ -108,7 +107,6 @@ deheader_sdl2_tinyxml_opengl_tmwa_cpp: - find ./src -type f \( -name "*.cpp" \) -exec tools/ci/scripts/deheader.sh {} \; - ./tools/ci/jobs/deheader2.sh <<: *job-push - image: debian:unstable variables: GIT_DEPTH: "1" INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2" @@ -193,7 +191,6 @@ deheader_tinyxml_opengl_tmwa_h: - find ./src -type f \( -name "*.h" \) -exec tools/ci/scripts/deheader.sh {} \; - ./tools/ci/jobs/deheader2.sh <<: *job-push - image: debian:unstable variables: GIT_DEPTH: "1" INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2" @@ -212,7 +209,6 @@ deheader_sdl2_tinyxml_opengl_tmwa_h: - find ./src -type f \( -name "*.h" \) -exec tools/ci/scripts/deheader.sh {} \; - ./tools/ci/jobs/deheader2.sh <<: *job-push - image: debian:unstable variables: GIT_DEPTH: "1" INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2" |