-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
33 lines (28 loc) · 920 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
version: '{build}'
skip_non_tags: true
image: Visual Studio 2022
environment:
JAVA_HOME: C:\Program Files\Java\jdk17
PATH: '%JAVA_HOME%\bin;%PATH%'
JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
build_script:
- cmd: >-
echo Source encoding defined with: JAVA_TOOL_OPTIONS=%JAVA_TOOL_OPTIONS%
java -version
mvn --version
mvn clean site install -Plinux -Pwindows-with-jre
artifacts:
- path: target\Filius-Setup_with-JRE*.exe
name: Windows Installer with Bundled JRE
- path: target\*.zip
name: Zip Archive
- path: target\*.deb
name: Debian Package
deploy:
- provider: Webhook
name: release
on:
APPVEYOR_REPO_TAG: true
url: https://app.signpath.io/API/v1/15baf9fe-557e-4a33-92a1-afc9246f41d2/Integrations/AppVeyor?ProjectSlug=filius&SigningPolicySlug=release-signing
authorization:
secure: eQKEcW+1eqx1UQf1eDHSwUgEAxy6XOcv/Nwh0UhwSzpt+C1Zpd2GYMovP5t03CGUPQwxt20ysfJVp04zX4Au8A==