appveyor do cmake before build

このコミットが含まれているのは:
M. Petra Baranski 2019-02-19 02:21:00 +01:00
コミット 371dc41aff
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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