This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-goldedplus/appveyor.yml
Alexander Skovpen a9c11a472c add autodeploy
2018-09-02 23:36:11 +03:00

29 lines
1.5 KiB
YAML

version: '{build}'
branches:
only:
- master
- /^golded-.*/
image:
- Visual Studio 2017
environment:
matrix:
- generator: Visual Studio 15 2017
- generator: Visual Studio 15 2017 Win64
install:
- cmd: copy golded3\mygolded.__h golded3\mygolded.h
build_script:
- cmd: mkdir build && cd build && cmake --version
- cmd: cmake .. -G "%GENERATOR%"
- cmd: cmake --build . -- /P:Configuration=Release
- cmd: cpack
artifacts:
- path: build\*.7z
name: dist
deploy:
provider: GitHub
artifact: dist
auth_token: $(GITHUB_OAUTH_TOKEN)
on:
appveyor_repo_tag: true