cutter/.appveyor.yml

54 lines
1.1 KiB
YAML
Raw Normal View History

2018-01-30 21:49:43 +00:00
version: '1.2-git-{build}'
2017-10-03 12:42:31 +00:00
skip_tags: true
image: 'Visual Studio 2015'
clone_depth: 1
# Build configuration
configuration:
- Release
# Branches to build
branches:
only:
- master
- /v\d.*/
2017-10-03 12:42:31 +00:00
# Environment
environment:
PYTHON: 'C:\Python36-x64'
NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-win.zip
QTDIR: 'C:\Qt\5.10.0\msvc2015_64'
QT32PATH: 'C:\Qt\5.10.0\msvc2015'
QT64PATH: 'C:\Qt\5.10.0\msvc2015_64'
VSVARSALLPATH: 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat'
matrix:
- BITS: 32
- BITS: 64
2017-10-03 12:42:31 +00:00
before_build:
2018-01-23 18:43:49 +00:00
- cmd: prepare_r2.bat %BITS%
2017-10-03 12:42:31 +00:00
# Build config
build_script:
- cmd: build.bat %BITS%
2017-10-08 06:23:22 +00:00
2017-10-03 12:42:31 +00:00
# Tests
test: off
2017-10-08 06:23:22 +00:00
# Artifacts
artifacts:
- path: build%BITS%\cutter%BITS%
2017-10-15 21:55:38 +00:00
name: Cutter%BITS%
deploy:
2017-10-17 09:56:04 +00:00
release: cutter-$(appveyor_build_version)
description: 'Cutter binaries (Windows)'
provider: GitHub
auth_token:
secure: 2SmsqS2RaX2N5c9UwUcfBwNmMX64FfPAZFShLyxIkZXiC8vLaYCHToWxBYEuWRSk
2017-10-16 08:32:27 +00:00
artifact: Cutter%BITS%
2017-11-20 20:37:00 +00:00
draft: true
prerelease: false
on:
2017-11-20 20:37:00 +00:00
appveyor_repo_tag: true