-
Notifications
You must be signed in to change notification settings - Fork 128
/
appveyor.yml
44 lines (34 loc) · 952 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
44
version: 0.16.3-{build}-{branch}
pull_requests:
do_not_increment_build_number: true
skip_tags: true
image:
- Ubuntu
clone_folder: ~/build/GameHub
environment:
keys_enc_secret:
secure: VBUP6GQXENGa7E+H90WDhA==
build_script:
- sh: bash scripts/build.sh gen_changelogs
- sh: bash scripts/build.sh build_deb
- sh: bash scripts/build.sh build_appimage
- sh: bash scripts/build.sh build_flatpak
install:
- sh: bash scripts/build.sh import_keys
- sh: bash scripts/build.sh deps
test: off
artifacts:
- path: build/*/*.deb
name: deb
- path: build/appimage/GameHub*.AppImage
name: AppImage
- path: build/flatpak/GameHub*.flatpak
name: flatpak
deploy:
- provider: GitHub
description: CI build
auth_token:
secure: J2LCcNeVYvzbvHRa/LChp+SmN6UKbg1ELsA4jmxnObCbX+ZyZ9DFH+S2aQIoA3dG
artifact: deb,AppImage,flatpak
draft: false
prerelease: true