.travis-ci: yubico-piv-tool build system was changed to cmake

This commit is contained in:
Jakub Jelen 2020-06-05 12:42:59 +02:00 committed by Frank Morgner
parent 62403eec34
commit 57c895165f
1 changed files with 2 additions and 1 deletions

View File

@ -182,7 +182,8 @@ before_script:
git clone https://github.com/Yubico/yubico-piv-tool.git;
cd yubico-piv-tool;
autoreconf -vis && ./configure && sudo make install;
mkdir build; cd build;
cmake .. && make && sudo make install;
cd $TRAVIS_BUILD_DIR;
set +ex;
fi