From d3de8dbf5ffcb430a1624cc9b607e2dcbffaea4a Mon Sep 17 00:00:00 2001 From: Jared Mulconry Date: Sun, 8 Oct 2017 02:03:00 +1100 Subject: [PATCH] Paths aren't what I expected for the test directory. Trying something else, with a testing call to dir to help track it down. --- appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d43e8da45..8e35c0e1a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -42,12 +42,13 @@ after_build: - 7z a assimp.7z %APPVEYOR_BUILD_FOLDER%\bin\%CONFIGURATION%\* %APPVEYOR_BUILD_FOLDER%\lib\%CONFIGURATION%\* 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: assemblies: only: - - test\%CONFIGURATION%\unit.exe + - bin\test\%CONFIGURATION%\unit.exe artifacts: - path: assimp.7z