dawn-cmake/.appveyor.yml
Corentin Wallez 00935daffc Use shaderc_shared and don't build unnecessary targets
This should speed up compilation on Travis a little bit.
2017-12-12 01:02:35 -05:00

21 lines
343 B
YAML

clone_depth: 50
configuration:
- Debug
image:
- Visual Studio 2017
install:
- pip install jinja2
- git submodule update --init --recursive
build_script:
- mkdir build
- cd build
- cmake -DNXT_USE_WERROR=1 -DNXT_ENABLE_VULKAN=1 ..
- cmake --build .
# TODO(cwallez@chromium.org) test on more than Debug.
- Debug\nxt_unittests.exe