Attempting to get the tests detected and run.

pull/1479/head
Jared Mulconry 2017-10-08 02:22:37 +11:00
parent d3de8dbf5f
commit fe79322959
1 changed files with 1 additions and 5 deletions

View File

@ -40,15 +40,11 @@ cache:
after_build:
- 7z a assimp.7z %APPVEYOR_BUILD_FOLDER%\bin\%CONFIGURATION%\* %APPVEYOR_BUILD_FOLDER%\lib\%CONFIGURATION%\*
before_test:
- dir "%APPVEYOR_BUILD_FOLDER%\bin"
- xcopy /s "%APPVEYOR_BUILD_FOLDER%\bin\%CONFIGURATION%" "%APPVEYOR_BUILD_FOLDER%\bin\test\%CONFIGURATION%"
test:
assemblies:
only:
- bin\test\%CONFIGURATION%\unit.exe
- bin\%CONFIGURATION%\unit.exe
artifacts:
- path: assimp.7z