Travis does not like /

This commit is contained in:
Umang Mehta 2017-11-29 13:02:59 -05:00
parent ff5ec135c7
commit 9b91119224

View file

@ -25,10 +25,7 @@ before_script:
- tar -xzf /tmp/boost.tar.gz -C /tmp/boost - tar -xzf /tmp/boost.tar.gz -C /tmp/boost
- cd /tmp/boost/boost_1_63_0 - cd /tmp/boost/boost_1_63_0
- ./bootstrap.sh - ./bootstrap.sh
- 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-filesystem --with-regex --with-timer --with-chrono --with-thread --with-program_options install > /dev/null
--with-log --with-serialization --with-system --with-date_time \
--with-filesystem --with-regex --with-timer --with-chrono --with-thread \
--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