dawn-cmake/.appveyor.yml

21 lines
368 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 -DDAWN_USE_WERROR=1 -DDAWN_ENABLE_VULKAN=1 ..
- cmake --build . -- /verbosity:minimal
2017-05-31 13:50:10 +00:00
# TODO(cwallez@chromium.org) test on more than Debug.
2018-07-18 11:57:29 +00:00
- Debug\dawn_unittests.exe