-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathappveyor.yml
43 lines (40 loc) · 872 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
43
image:
- Visual Studio 2022
- Ubuntu2004
- macos-monterey
environment:
ATARISMWC_AUTH_KEY:
secure: vlzlBrls8WMRZ/TcnsuPMRp18dmhpznf+hZVaXEf9HE=
for:
-
matrix:
only:
- image: Visual Studio 2022
build_script:
- ps: .\build_script.ps1
artifacts:
- path: pixi-windows-x64.zip
- path: pixi-windows-x86.zip
-
matrix:
only:
- image: Ubuntu2004
build_script:
- sh: chmod +x ./build_script.sh
- sh: ./build_script.sh
artifacts:
- path: pixi-linux-x64.zip
-
matrix:
only:
- image: macos-monterey
build_script:
- sh: chmod +x ./build_script.sh
- sh: ./build_script.sh
artifacts:
- path: pixi-macos-x64.zip
deploy:
provider: Webhook
authorization: Basic $(ATARISMWC_AUTH_KEY)
url: https://www.atarismwc.com/upload.php
request_timeout: 10