-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathappveyor.yml
44 lines (44 loc) · 1.08 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
version: 0.0.1-{build}
branches:
only:
- master
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
pull_requests:
do_not_increment_build_number: true
image: Visual Studio 2019
platform: x64
build:
parallel: true
verbosity: detailed
environment:
matrix:
- LINK_TYPE: dynamic
- LINK_TYPE: static
install:
- set PATH=C:\Python38-x64;C:\Python38-x64\Scripts;%PATH%
- python -m pip install --upgrade pip
- git submodule update --init --recursive
build_script:
- pwsh: appveyor\build.ps1
after_build:
- pwsh: appveyor\package.ps1
deploy:
- provider: GitHub
description: ''
auth_token:
secure: E8gMToliqMc5xFGeNZBmlJBwimMTfns8a/B4BNte6vIyPyBuv2ePAYFJfB9vP2ef
draft: true
prerelease: false
tag: $(appveyor_repo_tag_name)
on:
branch: /^v\d+\.\d+(\.\d+)?(-\S*)?$/
appveyor_repo_tag: true
- provider: S3
access_key_id:
secure: Zj5Yd5Z4CSA4dV7brcm0/rv+F1+GD+Ym5vQCnjM2d+Y=
secret_access_key:
secure: ocC7RzsSjLEPZ4coQsOYTsvQJOd8lJZ4gqSJczRgak6Kdln6p8+yOZDJ7PbTHmRW
bucket: spmod
region: eu-central-1
on:
branch: master