forked from docbleach/DocBleach
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
45 lines (35 loc) · 1.02 KB
/
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
45
version: '{build}'
skip_non_tags: true
skip_branch_with_pr: true
branches:
only:
- master
image: Visual Studio 2017
environment:
JET_URL:
secure: Nu2vAId9CWd0r8aes2mxYZ1PR3IkVSFvPAf9MZ2tUeGDY759Ho79TECbQohmRTiMhoUvwrt8Q3PIq+Il+yCE1w==
install:
- if not exist "jet-1130-pro-en-windows-x86.exe" appveyor DownloadFile "%JET_URL%"
- ps: .\jet-1130-pro-en-windows-x86.exe -batch -no-aftrun -dest C:\jet\
- cmd: SET JET_HOME=C:\jet\
build_script:
- mvn clean install
- mvn jet:testrun jet:build -pl cli --batch-mode -DskipTest
cache:
- C:\Users\appveyor\.m2
- .\jet-1130-pro-en-windows-x86.exe
artifacts:
- path: cli\target\jet\docbleach.exe
name: docbleach_win_setup.exe
- path: cli\target\jet\app\
name: docbleach_win_standalone
type: zip
deploy:
description: 'GitHub Artifacts'
provider: GitHub
auth_token:
secure: "JwcdUJ6TvdH3qzuLp+oV+YUEd6mqR42HXZiq4iL6YXfPQXqAwTmfcdFU7j9kQDl7"
artifact: "DocBleach_Standalone,DocBleach_Setup.exe"
on:
branch: master
appveyor_repo_tag: true