summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-12 15:46:49 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-12 15:46:49 +0300
commitd0738b261a1dbd0dfc9b5e4efd87af5594f4d0c4 (patch)
tree6e22d43590062c444e7d227798be663f6d8525bb
parentdddfd2606598ac8314dd180bd3ae3f413f4bc169 (diff)
downloaddeheader-d0738b261a1dbd0dfc9b5e4efd87af5594f4d0c4.tar.gz
deheader-d0738b261a1dbd0dfc9b5e4efd87af5594f4d0c4.tar.bz2
deheader-d0738b261a1dbd0dfc9b5e4efd87af5594f4d0c4.tar.xz
deheader-d0738b261a1dbd0dfc9b5e4efd87af5594f4d0c4.zip
Fix tests and enable test3.
-rw-r--r--.gitlab-ci.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ef235d8..cfbd4b3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,8 +33,7 @@ test2_cpp:
tags:
- docker
-# deheader issue
-.test3_cpp:
+test3_cpp:
stage: build
script:
- ./tools/ci/jobs/deheader.sh "g++-5" test3.cpp
@@ -66,7 +65,7 @@ test6_cpp:
stage: build
script:
- ./tools/ci/jobs/deheader.sh "g++-5" test6.cpp
- - ./tools/ci/jobs/deheadererror.sh "include2.h"
+ - ./tools/ci/jobs/deheadererror.sh "include1.h"
image: debian:unstable
tags:
- docker