1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-03 04:53:35 +00:00
lovr/appveyor.yml

16 lines
207 B
YAML
Raw Normal View History

2017-12-17 03:18:29 +00:00
shallow_clone: true
2017-12-10 04:16:50 +00:00
only_commits:
files:
- src/
- deps/
2017-12-17 03:18:29 +00:00
before_build:
- cd C:\projects\lovr
- md build
- cd build
- cmake -DCMAKE_BUILD_TYPE=%configuration% ..
build:
verbosity: quiet