This commit is contained in:
Umang Mehta 2017-11-29 12:46:45 -05:00
parent 7d121fd074
commit ff5ec135c7
1 changed files with 1 additions and 1 deletions

View File

@ -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 > /dev/null
--with-program_options install
- 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