try out appveyor

Este commit está contenido en:
M. Petra Baranski 2019-02-19 02:02:58 +01:00
padre ab567fc2f1
commit af6dd8f65a
Se han modificado 1 ficheros con 10 adiciones y 0 borrados

10
appveyor.yml Archivo normal
Ver fichero

@ -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"