diff --git a/appveyor.yml b/appveyor.yml index cb28fa9..d833fc9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,4 +23,5 @@ - 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 - - ./%CONFIGURATION%/utest_test.exe + - cd %CONFIGURATION% + - utest_test.exe