mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-16 04:18:51 +08:00
Fixes travis CI to correctly build indicators samples and demos
This commit is contained in:
@@ -61,5 +61,5 @@ matrix:
|
|||||||
script:
|
script:
|
||||||
- if [[ "$CXX" == clang* ]]; then export CXXFLAGS="-stdlib=libc++"; fi
|
- if [[ "$CXX" == clang* ]]; then export CXXFLAGS="-stdlib=libc++"; fi
|
||||||
- mkdir build && cd build
|
- mkdir build && cd build
|
||||||
- cmake -DDEMO=ON -DSAMPLES=ON ..
|
- cmake -DINDICATORS_DEMO=ON -DINDICATORS_SAMPLES=ON ..
|
||||||
- make
|
- make
|
||||||
|
|||||||
Reference in New Issue
Block a user