mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-03 19:55:56 +00:00
Add AppVeyor CI
This commit is contained in:
parent
93d7428991
commit
2711e9658d
20
.appveyor.yml
Normal file
20
.appveyor.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
clone_depth: 50
|
||||||
|
|
||||||
|
configuration:
|
||||||
|
- Debug
|
||||||
|
|
||||||
|
image:
|
||||||
|
- Visual Studio 2015
|
||||||
|
|
||||||
|
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
|
Loading…
x
Reference in New Issue
Block a user