mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2024-11-25 00:53:43 +00:00
Disable pbl tests on drone.io and enable nice mediatype strings
This commit is contained in:
parent
a625f69afd
commit
80db74350e
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +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 -DBUILD_TESTING=ON -DDINDEXER_WITH_BUILD_DATE=on ../dindexer
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=ON -DDINDEXER_WITH_BUILD_DATE=on -DPBL_WITH_TESTS=off -DDINDEXER_WITH_NICE_MEDIA_TYPES=on ../dindexer
|
||||
make
|
||||
ctest
|
||||
make test
|
||||
make package
|
||||
|
|
Loading…
Reference in a new issue