Small fixes to windows and linux/osx CIs.
This commit is contained in:
parent
242ce8d130
commit
63a9adf13b
2 changed files with 2 additions and 2 deletions
|
@ -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
|
|
@ -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
|
Loading…
Reference in a new issue