appveyor - guess where the sln might be

这个提交包含在:
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"