1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-02 12:33:52 +00:00

Update appveyor.yml;

This commit is contained in:
bjorn 2017-12-16 19:18:29 -08:00
parent 1d20e49829
commit 287da3cb4f

View file

@ -1,4 +1,15 @@
shallow_clone: true
only_commits:
files:
- src/
- deps/
before_build:
- cd C:\projects\lovr
- md build
- cd build
- cmake -DCMAKE_BUILD_TYPE=%configuration% ..
build:
verbosity: quiet