|
@@ -42,12 +42,13 @@ 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%\*
|
|
|
|
|
|
before_test:
|
|
before_test:
|
|
- - xcopy /s "%APPVEYOR_BUILD_FOLDER%\bin\%CONFIGURATION%\" "%APPVEYOR_BUILD_FOLDER%\test\%CONFIGURATION%\"
|
|
|
|
|
|
+ - dir "%APPVEYOR_BUILD_FOLDER%\bin"
|
|
|
|
+ - xcopy /s "%APPVEYOR_BUILD_FOLDER%\bin\%CONFIGURATION%" "%APPVEYOR_BUILD_FOLDER%\bin\test\%CONFIGURATION%"
|
|
|
|
|
|
test:
|
|
test:
|
|
assemblies:
|
|
assemblies:
|
|
only:
|
|
only:
|
|
- - test\%CONFIGURATION%\unit.exe
|
|
|
|
|
|
+ - bin\test\%CONFIGURATION%\unit.exe
|
|
|
|
|
|
artifacts:
|
|
artifacts:
|
|
- path: assimp.7z
|
|
- path: assimp.7z
|