Add AppVeyor CI

This commit is contained in:
Corentin Wallez 2017-05-31 09:50:10 -04:00 committed by Corentin Wallez
parent 93d7428991
commit 2711e9658d
1 changed files with 20 additions and 0 deletions

20
.appveyor.yml Normal file
View File

@ -0,0 +1,20 @@
clone_depth: 50
configuration:
- Debug
image:
- Visual Studio 2015
install:
- pip install jinja2
- git submodule update --init --recursive
build_script:
- mkdir build
- cd build
- cmake ..
- cmake --build .
# TODO(cwallez@chromium.org) test on more than Debug.
- src\tests\Debug\nxt_unittests.exe