Fixup
This commit is contained in:
parent
7d121fd074
commit
ff5ec135c7
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 \
|
- sudo ./b2 -j $(nproc) cxxflags=-fPIC threading=multi runtime-link=shared \
|
||||||
--with-log --with-serialization --with-system --with-date_time \
|
--with-log --with-serialization --with-system --with-date_time \
|
||||||
--with-filesystem --with-regex --with-timer --with-chrono --with-thread \
|
--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
|
- 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
|
- mkdir /tmp/affdex-sdk
|
||||||
- tar -xzf /tmp/affdex-sdk.tar.gz -C /tmp/affdex-sdk
|
- tar -xzf /tmp/affdex-sdk.tar.gz -C /tmp/affdex-sdk
|
||||||
|
|
Loading…
Reference in a new issue