From cf951c2016f993a26e4a002aa56d65592d182394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Fri, 13 Jul 2018 20:22:10 +0200 Subject: [PATCH] Deploy from AppVeyor --- .appveyor.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 2954c410..d5601403 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,5 +1,4 @@ version: '1.5-git-{build}' -skip_tags: true image: 'Visual Studio 2015' clone_depth: 1 @@ -24,15 +23,18 @@ environment: - ARCH: x86 PYTHON: 'C:\Python36' QMAKE: 1 + DEPLOY: true # Build: qmake vs2015 x64 shared - ARCH: x64 PYTHON: 'C:\Python36-x64' QMAKE: 1 + DEPLOY: true # Build: meson ninja x64 static - ARCH: x64 PYTHON: 'C:\Python36-x64' MESON: 1 BACKEND: ninja + DEPLOY: false install: - cmd: set "PATH=%CD%;%PYTHON%;%PATH%" @@ -79,7 +81,7 @@ artifacts: name: "%ARTIFACT_NAME%" deploy: - description: 'Cutter binaries (Windows)' + description: 'Cutter binaries' provider: GitHub auth_token: secure: 2SmsqS2RaX2N5c9UwUcfBwNmMX64FfPAZFShLyxIkZXiC8vLaYCHToWxBYEuWRSk @@ -89,3 +91,4 @@ deploy: on: branch: master appveyor_repo_tag: true + DEPLOY: true