dawn-cmake/.appveyor.yml

21 lines
312 B
YAML
Raw Normal View History

2017-05-31 13:50:10 +00:00
clone_depth: 50
configuration:
- Debug
image:
2017-06-06 16:55:26 +00:00
- Visual Studio 2017
2017-05-31 13:50:10 +00:00
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