diff --git a/appveyor.yml b/appveyor.yml index 4a2a799..22c5519 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,6 +28,7 @@ - if "%PLATFORM%"=="x64" cmake -G "%VSVERSION% Win64" ../test - if "%PLATFORM%"=="Win32" cmake -G "%VSVERSION%" ../test - msbuild /m /p:Configuration="%CONFIGURATION%" /p:Platform="%PLATFORM%" utest.sln + - copy %CONFIGURATION%\utest_test.exe utest_test.exe test_script: - - %CONFIGURATION%\utest_test.exe + - utest_test.exe