mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-14 02:57:46 +01:00
fixing travis
This commit is contained in:
parent
7c7012325d
commit
56bdcfa757
@ -17,7 +17,7 @@ cd build_travis
|
||||
if [[ $CXX == *"g++"* ]]
|
||||
then
|
||||
echo "Testing with g++"
|
||||
cmake -DCMAKE_CXX_COMPILER=g++ -DUSE_G3LOG_UNIT_TEST=ON ..
|
||||
cmake -DUSE_DYNAMIC_LOGGING_LEVELS=ON -DADD_G3LOG_UNIT_TEST=ON ..
|
||||
make -j
|
||||
./test_concept_sink
|
||||
./test_configuration
|
||||
|
Loading…
Reference in New Issue
Block a user