mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
Build AppVeyor on tags
This commit is contained in:
parent
647a6c4531
commit
9a73e49796
@ -6,13 +6,6 @@ clone_depth: 1
|
|||||||
configuration:
|
configuration:
|
||||||
- Release
|
- Release
|
||||||
|
|
||||||
# Branches to build
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
- /v\d.*/
|
|
||||||
- deploy-test
|
|
||||||
|
|
||||||
# Environment
|
# Environment
|
||||||
environment:
|
environment:
|
||||||
NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-win.zip
|
NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-win.zip
|
||||||
@ -92,3 +85,12 @@ deploy:
|
|||||||
on:
|
on:
|
||||||
appveyor_repo_tag: true
|
appveyor_repo_tag: true
|
||||||
DEPLOY: true
|
DEPLOY: true
|
||||||
|
|
||||||
|
for:
|
||||||
|
-
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
-
|
||||||
|
skip_non_tags: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user