Attempting to get tests to run.
parent
26851880e4
commit
3e80aabde5
|
@ -39,10 +39,8 @@ cache:
|
||||||
after_build:
|
after_build:
|
||||||
- 7z a assimp.7z %APPVEYOR_BUILD_FOLDER%\bin\%CONFIGURATION%\* %APPVEYOR_BUILD_FOLDER%\lib\%CONFIGURATION%\*
|
- 7z a assimp.7z %APPVEYOR_BUILD_FOLDER%\bin\%CONFIGURATION%\* %APPVEYOR_BUILD_FOLDER%\lib\%CONFIGURATION%\*
|
||||||
|
|
||||||
test:
|
test_script:
|
||||||
assemblies:
|
- cmd: bin\%CONFIGURATION%\unit.exe
|
||||||
only:
|
|
||||||
- bin\%CONFIGURATION%\unit.exe
|
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: assimp.7z
|
- path: assimp.7z
|
||||||
|
|
Loading…
Reference in New Issue