-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdistribute_options.yaml
51 lines (51 loc) · 1.13 KB
/
distribute_options.yaml
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
45
46
47
48
49
50
51
output: dist/
releases:
- name: windows
jobs:
# Build and publish your apk pkg to pgyer
- name: windows-exe
package:
platform: windows
target: exe
build_args:
# Build and publish your ipa pkg to pgyer
- name: windows-msix
package:
platform: windows
target: msix
- name: windows-zip
package:
platform: windows
target: zip
- name: linux
jobs:
# - name: linux-appimage
# package:
# platform: linux
# target: appimage
# - name: linux-deb
# package:
# platform: linux
# target: deb
# - name: linux-pkg
# package:
# platform: linux
# target: pkg
# - name: linux-rpm
# package:
# platform: linux
# target: rpm
- name: linux-zip
package:
platform: linux
target: zip
- name: mac
jobs:
- name: mac-dmg
package:
platform: mac
target: dmg
- name: mac-zip
package:
platform: mac
target: zip