1
0
Fork 0
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:
King_DuckZ 2016-04-22 01:36:17 +02:00
parent 343c44add5
commit a6b1feb958

View file

@ -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