mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2024-11-25 00:53:43 +00:00
Enable testing on drone.io
This commit is contained in:
parent
343c44add5
commit
a6b1feb958
1 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 60 --slave /u
|
|||
echo 3 | sudo update-alternatives --config gcc
|
||||
mkdir dindexer_build
|
||||
cd dindexer_build
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DDINDEXER_WITH_BUILD_DATE=on ../dindexer
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=ON -DDINDEXER_WITH_BUILD_DATE=on ../dindexer
|
||||
make
|
||||
ctest
|
||||
make package
|
||||
|
|
Loading…
Reference in a new issue