From ec3adc512965666c047b988fae87002df68618ae Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Sun, 10 Sep 2017 19:16:39 +0100 Subject: [PATCH] Another attempt at clang tbb travis fix. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 81ecf30..d2d8b6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,7 +69,7 @@ script: - $CXX --version - mkdir build - cd build - - cmake -D CMAKE_BUILD_TYPE=RELEASE -std=c++11 -stdlib=libc++ .. + - cmake -D CMAKE_BUILD_TYPE=RELEASE CMAKE_CXX_FLAGS="-std=c++11 -stdlib=libc++ -I/usr/include/libcxxabi" -D CMAKE_EXE_LINKER_FLAGS="-std=c++11 -stdlib=libc++ -lc++abi" .. - make -j2 - ../build/bin/FaceLandmarkImg -fdir "../samples/" -ofdir "./demo_img/" -oidir "./demo_img/" -wild -q - ../build/bin/FaceLandmarkImg -inroot ../samples -f sample1.jpg -outroot data -of sample1.txt -op sample1.3d -oi sample1.bmp -multi_view 1 -wild -q