try out appveyor

This commit is contained in:
M. Petra Baranski 2019-02-19 02:02:58 +01:00
부모 ab567fc2f1
커밋 af6dd8f65a
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제

10
appveyor.yml Normal file
파일 보기

@ -0,0 +1,10 @@
image: Visual Studio 2017
build_script:
- cmd: mkdir tmp
- cmd: cd tmp
- cmd: cmake -G "Visual Studio 2017" ..
test_script:
- cmd: cd tmp
- ctest -VV -C "Release"