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

17 lines
234 B
YAML
Raw Normal View History

2017-12-17 03:24:01 +00:00
clone_depth: 1
2017-12-17 03:18:29 +00:00
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
2017-12-17 03:24:01 +00:00
- git submodule update --init
2017-12-17 03:18:29 +00:00
- md build
- cd build
- cmake -DCMAKE_BUILD_TYPE=%configuration% ..
build:
verbosity: quiet