appveyor do cmake before build

Este commit está contenido en:
M. Petra Baranski 2019-02-19 02:21:00 +01:00
padre 519c81eaab
commit 371dc41aff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -3,7 +3,7 @@ image: Visual Studio 2017
install:
- cmd: git submodule update --init --recursive
build_script:
before_build:
- cmd: mkdir tmp
- cmd: cd tmp
- cmd: cmake -G "Visual Studio 15 Win64" ..