lovr/appveyor.yml

18 lines
260 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:
2017-12-17 21:46:38 +00:00
project: build\lovr.sln
2017-12-17 03:18:29 +00:00
verbosity: quiet