forked from pyocd/cmsis-pack-manager
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappveyor.yml
42 lines (40 loc) · 977 Bytes
/
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
version: 1.0.{build}
os:
- Visual Studio 2015
clone_depth: 1
environment:
matrix:
- TOOLCHAIN_VERSION: 14.0
channel: nightly-2018-11-07
target: i686-pc-windows-msvc
PYTHON: "C:\\Python37"
platform: Win32
- TOOLCHAIN_VERSION: 14.0
channel: nightly-2018-11-07
target: x86_64-pc-windows-msvc
PYTHON: "C:\\Python37-x64"
platform: x64
artifacts:
- path: dist\*
name: wheel
build_script: appveyor.bat
skip_branch_with_pr: true
deploy:
- name: mbed-os-s3
provider: S3
region: eu-west-1
access_key_id: AKIAJRSWHGVBJUV5HFZA
secret_access_key:
secure: Oeg8mQ7lfWYLBZ4Qx2saBO+I2/Oe1rPx4JFeB6JWdz/reCQ/RHWij6YZ5LWe8qen
bucket: mbed-os
folder: builds/cmsis-pack-manager/
artifact: wheel
set_public: true
on:
appveyor_repo_tag: true
- provider: GitHub
auth_token:
secure: yTPYLNHd21XCtQvhmLhZ5DzpbS46I/ACIE47iWvW5NN9M1vU1MQ3PbdKN0AZMf7x
artifact: wheel
on:
appveyor_repo_tag: true