mirror of
https://github.com/vicr123/the-libs.git
synced 2025-01-22 18:32:10 -05:00
18 lines
290 B
YAML
18 lines
290 B
YAML
version: 1.0.{build}
|
|
branches:
|
|
only:
|
|
- blueprint
|
|
skip_tags: true
|
|
image: Visual Studio 2017
|
|
|
|
environment:
|
|
REPO_SLUG: vicr123/the-libs
|
|
deploy_project: the-libs
|
|
deploy_version: ''
|
|
deploy_artifact: ''
|
|
|
|
build_script:
|
|
- cmd: >-
|
|
appveyor\build.bat
|
|
|
|
test: off
|