appveyor - guess where the sln might be

This commit is contained in:
M. Petra Baranski 2019-02-19 02:25:57 +01:00
부모 b5a6628f44
커밋 92db217966
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -9,7 +9,7 @@ before_build:
- cmd: cmake -G "Visual Studio 15 Win64" ..
build:
project: $(APPVEYOR_BUILD_FOLDER)\$(APPVEYOR_PROJECT_NAME).sln
project: $(APPVEYOR_BUILD_FOLDER)\tmp\$(APPVEYOR_PROJECT_NAME).sln
test_script:
- cmd: ctest -VV -C "Release"