Small fixes to windows and linux/osx CIs.

This commit is contained in:
Tadas Baltrusaitis 2016-07-29 13:26:03 -04:00
parent 242ce8d130
commit 63a9adf13b
2 changed files with 2 additions and 2 deletions

View file

@ -65,4 +65,4 @@ script:
- cmake -D CMAKE_BUILD_TYPE=RELEASE .. - cmake -D CMAKE_BUILD_TYPE=RELEASE ..
- make -j2 - make -j2
- cd ../tests - cd ../tests
- ./tests.sh - sudo ./tests.sh

View file

@ -9,7 +9,7 @@ configuration:
- Release - Release
platform: platform:
- x64 - x64
- x86 - Win32
build: build:
project: OpenFace.sln project: OpenFace.sln
verbosity: minimal verbosity: minimal