version: '{build}' image: Visual Studio 2017 platform: - x64 configuration: - Debug install: - git submodule update --init --recursive before_build: - mkdir build - cd build - cmake -G "Visual Studio 15 2017 Win64" .. - dir build: project: $(APPVEYOR_BUILD_FOLDER)\build\$(APPVEYOR_PROJECT_NAME).sln test_script: - dir - cd build - dir - ctest -VV - dir '%APPVEYOR_BUILD_FOLDER%' - cd build - cd Debug # - cd '%APPVEYOR_BUILD_FOLDER%\build\Debug' - ctest -VV # - '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_test_dev.exe' # - '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_test.exe' # - '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_example.exe'