forked from WPIRoboticsProjects/GRIP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
31 lines (24 loc) · 789 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
install:
- choco install -y InnoSetup
build_script:
- gradlew.bat :ui:jfxNative --stacktrace
# to run your custom scripts instead of automatic tests
test_script:
- gradlew.bat checkstyleMain checkstyleTest pmdMain jacocoTestReport jacocoRootReport test --stacktrace -Pheadless=true -PlogTests
platform:
- x64
artifacts:
- path: ui\build\jfx\native\*.exe
deploy:
provider: GitHub
description: ''
auth_token:
secure: k0uhlsYxGoZkHVNNm4E+WnOiBfzsv4yLS+htlplR7JwzARqiAC2RU0cVnsIg1UF0
artifact: /.*\.exe/ # upload all exe packages to release assets
draft: true
prerelease: true
on:
branch: master # release from master branch only
appveyor_repo_tag: true # deploy on tag push only
cache:
- C:\Users\appveyor\.gradle