Fixup for compiling boost
This commit is contained in:
parent
234e20f41c
commit
7d121fd074
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ before_script:
|
|||
- sudo ./b2 -j $(nproc) cxxflags=-fPIC threading=multi runtime-link=shared \
|
||||
--with-log --with-serialization --with-system --with-date_time \
|
||||
--with-filesystem --with-regex --with-timer --with-chrono --with-thread \
|
||||
--with-program_options install 2> /dev/null
|
||||
--with-program_options install > /dev/null
|
||||
- wget https://download.affectiva.com/linux/gcc-5.4/affdex-cpp-sdk-4.0-75-ubuntu-xenial-xerus-x86_64bit.tar.gz -O /tmp/affdex-sdk.tar.gz
|
||||
- mkdir /tmp/affdex-sdk
|
||||
- tar -xzf /tmp/affdex-sdk.tar.gz -C /tmp/affdex-sdk
|
||||
|
|
Loading…
Reference in a new issue