appveyor.yml 391 B

1234567891011121314151617181920
  1. image:
  2. - Visual Studio 2019
  3. platform:
  4. # - Win32
  5. - x64
  6. environment:
  7. matrix:
  8. - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
  9. TOOLSET: v142
  10. build_script:
  11. - cmd: >-
  12. cd test
  13. msbuild.exe test.sln /verbosity:minimal /t:Build /p:Configuration=Release;Platform=%PLATFORM%;PlatformToolset=%TOOLSET%
  14. test_script:
  15. - cmd: x64\Release\test.exe