Fix SDK download URL
This commit is contained in:
parent
b1dda73d50
commit
59a63054b7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ compiler:
|
|||
- gcc-4.8
|
||||
before_script:
|
||||
- sudo apt-get install -y gcc-4.8 g++-4.8 libopencv-dev libboost1.55-all-dev cmake
|
||||
- wget https://download.affectiva.com/linux/https://download.affectiva.com/linux/affdex-cpp-sdk-3.3-40-ubuntu-xenial-xerus-x86_64bit.tar.gz -O /tmp/affdex-sdk.tar.gz
|
||||
- wget https://download.affectiva.com/linux/affdex-cpp-sdk-3.3-40-ubuntu-xenial-xerus-x86_64bit.tar.gz -O /tmp/affdex-sdk.tar.gz
|
||||
- mkdir /tmp/affdex-sdk
|
||||
- tar -xzvf /tmp/affdex-sdk.tar.gz -C /tmp/affdex-sdk
|
||||
- mkdir build
|
||||
|
|
Loading…
Reference in a new issue