forked from Cimbali/pympress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
41 lines (34 loc) · 853 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
version: '{build}'
branches:
only:
- master
skip_non_tags: true
clone_depth: 1
image: Visual Studio 2019
environment:
py: python3
vlc: without-vlc
matrix:
- arch: x86_64
mingw: mingw64
- arch: i686
mingw: mingw32
build_script:
- cmd: C:\msys64\msys2_shell.cmd -%mingw% -defterm -here -no-start -c "pacman -Syu --noprogressbar --noconfirm"
- cmd: C:\msys64\msys2_shell.cmd -%mingw% -defterm -here -no-start scripts\build_msi_mingw.sh
test_script:
- cmd: call scripts\test_msi.bat
- cmd: call refreshenv
- cmd: pympress --help
artifacts:
- path: dist/*
deploy:
- provider: GitHub
tag: $(appveyor_repo_tag_name)
description: Automated upload of windows binaries
auth_token:
secure: 99OQhliIMiV/Z1/kuZQ3TxR55Qb7Y2zaD7ZV6/JUaUGDbAxHzep97/yBLfM21Jzw
draft: true
force_update: false
on:
appveyor_repo_tag: true