Updating the source directory for cmake

This commit is contained in:
Umang Mehta 2017-11-29 13:48:52 -05:00
parent 9b91119224
commit e29740ed54
1 changed files with 3 additions and 3 deletions

View File

@ -29,9 +29,9 @@ before_script:
- 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
- mkdir build
- cd build
- cmake -DBOOST_ROOT=/usr/ -DOpenCV_DIR=/usr/ -DAFFDEX_DIR=/tmp/affdex-sdk ..
- mkdir $HOME/build
- cd $HOME/build
- cmake -DBOOST_ROOT=/usr/ -DOpenCV_DIR=/usr/ -DAFFDEX_DIR=/tmp/affdex-sdk $HOME/cpp-sdk-samples
script:
- make