Fixes travis CI to correctly build indicators samples and demos

This commit is contained in:
Pranav
2020-05-19 15:09:10 -05:00
committed by GitHub
parent 078ef915a3
commit 9a1e58a836

View File

@@ -61,5 +61,5 @@ matrix:
script:
- if [[ "$CXX" == clang* ]]; then export CXXFLAGS="-stdlib=libc++"; fi
- mkdir build && cd build
- cmake -DDEMO=ON -DSAMPLES=ON ..
- cmake -DINDICATORS_DEMO=ON -DINDICATORS_SAMPLES=ON ..
- make