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
|
2018-07-18 11:52:46 +00:00
|
|
|
- cmake -DDAWN_USE_WERROR=1 -DDAWN_ENABLE_VULKAN=1 ..
|
2018-02-08 21:11:03 +00:00
|
|
|
- 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
|