aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAnderson Toshiyuki Sasaki <ansasaki@redhat.com>2019-06-25 14:45:20 +0200
committerAnderson Toshiyuki Sasaki <ansasaki@redhat.com>2019-06-26 17:36:46 +0200
commitd00ff451db2c5842f236013acc8eaaa7455a1358 (patch)
tree698a34935b464916dcd34cfee256aed077f81212 /.gitlab-ci.yml
parent4b7ce75e1fe4bec8d7d645516a1f9f31a4a31ba5 (diff)
downloadlibssh-d00ff451db2c5842f236013acc8eaaa7455a1358.tar.gz
libssh-d00ff451db2c5842f236013acc8eaaa7455a1358.tar.xz
libssh-d00ff451db2c5842f236013acc8eaaa7455a1358.zip
gitlab-ci: Re-enable client tests in CentOS7
The tests were disabled because of failures in torture_auth. The server tests are not enabled because the pkd tests are failing. Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 389d1e05..4c0af8e9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ variables:
MINGW_BUILD: buildenv-mingw
DEBIAN_CROSS_BUILD: buildenv-debian-cross
-# torture_auth fails on centos7 docker images, so we don't use -DCLIENT_TESTING=ON
+# pkd tests fail on CentOS7 docker images, so we don't use -DSERVER_TESTING=ON
centos7/openssl_1.0.x/x86_64:
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$CENTOS7_BUILD
script:
@@ -14,7 +14,7 @@ centos7/openssl_1.0.x/x86_64:
-DCMAKE_BUILD_TYPE=RelWithDebInfo
-DPICKY_DEVELOPER=ON
-DWITH_SFTP=ON -DWITH_SERVER=ON -DWITH_ZLIB=ON -DWITH_PCAP=ON
- -DUNIT_TESTING=ON .. &&
+ -DUNIT_TESTING=ON -DCLIENT_TESTING=ON .. &&
make -j$(nproc) && ctest --output-on-failure
tags:
- shared