summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-01-27 05:31:54 +0300
committerAndrei Karas <akaras@inbox.ru>2019-01-27 05:31:54 +0300
commitf2197c185b27c0ab8259c613a86550545ba5c0ee (patch)
treeb74520e4116bfd3d0f11e051309ca5b261df4df2
parent37c4c509bb76a2904e78f92a9dd81867eb76970d (diff)
downloadplus-f2197c185b27c0ab8259c613a86550545ba5c0ee.tar.gz
plus-f2197c185b27c0ab8259c613a86550545ba5c0ee.tar.bz2
plus-f2197c185b27c0ab8259c613a86550545ba5c0ee.tar.xz
plus-f2197c185b27c0ab8259c613a86550545ba5c0ee.zip
Use artfull in all deheader ci jobs.
-rw-r--r--tools/ci/branches/ci_deheader/.gitlab-ci.yml4
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"