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
|
2017-11-23 22:22:23 +00:00
|
|
|
- cmake -DNXT_USE_WERROR=1 -DNXT_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.
|
2017-11-28 18:08:17 +00:00
|
|
|
- Debug\nxt_unittests.exe
|