Skip to content
Snippets Groups Projects
Commit 21956061 authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

Update .gitlab-ci.yml (silence Boost warnings)

parent 2bc4c62c
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,8 @@ test:centos6.6:
-DTIFF_INCLUDE_DIR=$EBROOTLIBTIFF/include
-DTIFF_LIBRARY=$EBROOTLIBTIFF/lib/libtiff.so
-DOPTIMIZE=1
-DCMAKE_C_FLAGS='-Wno-unused-local-typedefs'
-DCMAKE_CXX_FLAGS='-Wno-unused-local-typedefs'
- make -j 2
- echo " ... done building OST."
- echo " Running unit tests for OST..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment