mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36:11 +00:00
Deploy from AppVeyor
This commit is contained in:
parent
118e44d61e
commit
cf951c2016
@ -1,5 +1,4 @@
|
|||||||
version: '1.5-git-{build}'
|
version: '1.5-git-{build}'
|
||||||
skip_tags: true
|
|
||||||
image: 'Visual Studio 2015'
|
image: 'Visual Studio 2015'
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
|
|
||||||
@ -24,15 +23,18 @@ environment:
|
|||||||
- ARCH: x86
|
- ARCH: x86
|
||||||
PYTHON: 'C:\Python36'
|
PYTHON: 'C:\Python36'
|
||||||
QMAKE: 1
|
QMAKE: 1
|
||||||
|
DEPLOY: true
|
||||||
# Build: qmake vs2015 x64 shared
|
# Build: qmake vs2015 x64 shared
|
||||||
- ARCH: x64
|
- ARCH: x64
|
||||||
PYTHON: 'C:\Python36-x64'
|
PYTHON: 'C:\Python36-x64'
|
||||||
QMAKE: 1
|
QMAKE: 1
|
||||||
|
DEPLOY: true
|
||||||
# Build: meson ninja x64 static
|
# Build: meson ninja x64 static
|
||||||
- ARCH: x64
|
- ARCH: x64
|
||||||
PYTHON: 'C:\Python36-x64'
|
PYTHON: 'C:\Python36-x64'
|
||||||
MESON: 1
|
MESON: 1
|
||||||
BACKEND: ninja
|
BACKEND: ninja
|
||||||
|
DEPLOY: false
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cmd: set "PATH=%CD%;%PYTHON%;%PATH%"
|
- cmd: set "PATH=%CD%;%PYTHON%;%PATH%"
|
||||||
@ -79,7 +81,7 @@ artifacts:
|
|||||||
name: "%ARTIFACT_NAME%"
|
name: "%ARTIFACT_NAME%"
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
description: 'Cutter binaries (Windows)'
|
description: 'Cutter binaries'
|
||||||
provider: GitHub
|
provider: GitHub
|
||||||
auth_token:
|
auth_token:
|
||||||
secure: 2SmsqS2RaX2N5c9UwUcfBwNmMX64FfPAZFShLyxIkZXiC8vLaYCHToWxBYEuWRSk
|
secure: 2SmsqS2RaX2N5c9UwUcfBwNmMX64FfPAZFShLyxIkZXiC8vLaYCHToWxBYEuWRSk
|
||||||
@ -89,3 +91,4 @@ deploy:
|
|||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
appveyor_repo_tag: true
|
appveyor_repo_tag: true
|
||||||
|
DEPLOY: true
|
||||||
|
Loading…
Reference in New Issue
Block a user