appveyor yml fix.
This commit is contained in:
parent
818ec6463e
commit
fdf9973c59
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@ platform:
|
||||||
build:
|
build:
|
||||||
project: OpenFace.sln
|
project: OpenFace.sln
|
||||||
verbosity: minimal
|
verbosity: minimal
|
||||||
|
test_script:
|
||||||
test_script:
|
|
||||||
# C++
|
# C++
|
||||||
- cmd: dir
|
- cmd: dir
|
||||||
- cmd: if exist x64 (cd x64)
|
- cmd: if exist x64 (cd x64)
|
||||||
|
|
Loading…
Reference in a new issue