summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-03-11 21:46:22 +0300
committerAndrei Karas <akaras@inbox.ru>2017-03-11 21:46:22 +0300
commit73d8029751e0db0d4fa97151ce6dadbca0756b3e (patch)
tree2f38f0ffdbdd1a9d6ed8c6b024cd5d5a50c99b58 /.gitlab-ci.yml
parenta721e4898f71a68ecb916940864599d462880e5b (diff)
downloadplus-73d8029751e0db0d4fa97151ce6dadbca0756b3e.tar.gz
plus-73d8029751e0db0d4fa97151ce6dadbca0756b3e.tar.bz2
plus-73d8029751e0db0d4fa97151ce6dadbca0756b3e.tar.xz
plus-73d8029751e0db0d4fa97151ce6dadbca0756b3e.zip
Add missing deheader checks for src/fs directory.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2585f19d7..608702d7c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2361,6 +2361,26 @@ deheader_const_h:
<<: *job-shared
<<: *job-deheader_shared
+deheader_fs_cpp:
+ stage: build
+ script:
+ - export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
+ - ./tools/ci/jobs/deheader.sh
+ - find ./src/fs -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
+ - ./tools/ci/jobs/deheader2.sh
+ <<: *job-shared
+ <<: *job-deheader_shared
+
+deheader_being_h:
+ stage: build
+ script:
+ - export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
+ - ./tools/ci/jobs/deheader.sh
+ - find ./src/fs -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
+ - ./tools/ci/jobs/deheader2.sh
+ <<: *job-shared
+ <<: *job-deheader_shared
+
deheader_dyecmd_cpp:
stage: build
script: