aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-08-08 20:56:02 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-08-08 20:58:23 +0200
commitb77fa93551698e3ffc2530c47cea7b6735c596d1 (patch)
treeabc2055c2c5382ec7ea5653ba2571395b5b2e02d
parent8ce4004260b01a13bbd3817652bb784dc6dd773f (diff)
downloadlibssh-b77fa93551698e3ffc2530c47cea7b6735c596d1.tar.gz
libssh-b77fa93551698e3ffc2530c47cea7b6735c596d1.tar.xz
libssh-b77fa93551698e3ffc2530c47cea7b6735c596d1.zip
gitlab-ci: Point openSUSE to its krb5-config
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c3e34f45..abdb7c41 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -161,6 +161,7 @@ tumbleweed/openssl_1.1.x/x86-64:
script:
- mkdir -p obj && cd obj && cmake -DCMAKE_BUILD_TYPE=Debug
-DWITH_SFTP=ON -DWITH_SERVER=ON -DWITH_ZLIB=ON --DWITH_PCAP=ON
+ -DKRB5_CONFIG=/usr/lib/mit/bin/krb5-config
-DUNIT_TESTING=ON -DCLIENT_TESTING=ON -DSERVER_TESTING=ON .. &&
make -j$(nproc) && ctest --output-on-failure
tags: