diff options
Diffstat (limited to 'tools/ci/branches/ci_deheader/.gitlab-ci.yml')
-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" |