-
Notifications
You must be signed in to change notification settings - Fork 1
/
distribute_options.yaml
51 lines (51 loc) · 1.15 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: release
jobs:
- name: android-apk
package:
platform: android
target: apk
build_args:
target-platform: android-arm
publish:
target: github
args:
repo-owner: synyx
repo-name: synTrack
- name: linux-appimage
package:
platform: linux
target: appimage
publish:
target: github
args:
repo-owner: synyx
repo-name: synTrack
- name: linux-deb
package:
platform: linux
target: deb
publish:
target: github
args:
repo-owner: synyx
repo-name: synTrack
- name: linux-rpm
package:
platform: linux
target: rpm
publish:
target: github
args:
repo-owner: synyx
repo-name: synTrack
- name: darwin-dmg
package:
platform: macos
target: dmg
publish:
target: github
args:
repo-owner: synyx
repo-name: synTrack