Attempting to support appveyor

This commit is contained in:
Daniel Lemire 2019-02-22 16:15:52 -05:00
parent b045b000cf
commit c80f91f852
1 changed files with 17 additions and 0 deletions

17
.appveyor.yml Normal file
View File

@ -0,0 +1,17 @@
version: '{build}'
branches:
only:
- master
image:
- Visual Studio 2017
clone_folder: c:\projects\simdjson
platform:
- x64
build_script:
- mkdir build
- cd build
- ps: cmake -DCMAKE_GENERATOR_PLATFORM=x64 ..
- cmake --build .
- ctest --verbose