diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-12 01:48:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-12 01:48:37 +0300 |
commit | ffd5dfd81458a1eb67c40f30aa6d9022a88f8269 (patch) | |
tree | e6ec9591620cbe075b6eb17084528ffe28f665b9 | |
parent | 734f5f08b4925a36a4044e8b1e0cb4fb9cff6d6f (diff) | |
download | deheader-ffd5dfd81458a1eb67c40f30aa6d9022a88f8269.tar.gz deheader-ffd5dfd81458a1eb67c40f30aa6d9022a88f8269.tar.bz2 deheader-ffd5dfd81458a1eb67c40f30aa6d9022a88f8269.tar.xz deheader-ffd5dfd81458a1eb67c40f30aa6d9022a88f8269.zip |
Add ci test for #else directive
-rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21fd3b9..ef235d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,6 +62,15 @@ test5_h: tags: - docker +test6_cpp: + stage: build + script: + - ./tools/ci/jobs/deheader.sh "g++-5" test6.cpp + - ./tools/ci/jobs/deheadererror.sh "include2.h" + image: debian:unstable + tags: + - docker + # reports success: |