lovr/.appveyor.yml

37 lines
655 B
YAML
Raw Normal View History

skip_branch_with_pr: true
clone_depth: 1
only_commits:
files:
- src/
- deps/
before_build:
- cd C:\projects\lovr
- git submodule update --init
2018-11-12 02:36:36 +00:00
- md build
- cd build
- cmake -DCMAKE_BUILD_TYPE=%configuration% ..
configuration: Release
build:
project: build\lovr.sln
verbosity: quiet
after_build:
- cd C:\projects\lovr
2018-09-28 09:20:05 +00:00
- 7z a lovr.zip C:\projects\lovr\build\Release\*.dll C:\projects\lovr\build\Release\lovr.exe
artifacts:
- path: lovr.zip
deploy:
provider: Webhook
url: https://lovr.org/nightly
on:
branch: master
authorization:
secure: zbxwiHmtJRVP9FdiqxepLdLGjxhtpjVytb+yLSqrz+8Bl1bH6k5Zts809bLrEjzn