Skip to content

Commit

Permalink
Updates AppVeyor configuration for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed May 20, 2018
1 parent f0cb0ba commit 0102abe
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@ branches:
skip_branch_with_pr: true
image: Visual Studio 2017
install:
- ps: ./gradlew clean --no-daemon
- ps: ./gradlew clean -PjenkinsBuild --no-daemon
cache: C:\Users\appveyor\.gradle
build_script:
- ps: ./gradlew build --continue --no-daemon
- ps: ./gradlew build -PjenkinsBuild --continue --no-daemon
test: off
artifacts:
- path: '**/libs/*'
name: Jars
deploy:
- provider: GitHub
auth_token:
secure: jecQI2sLa3l2Ubgls0IS5xeqCezIqisLyC4y8VSm7JZzXM7r+wWc7Fs7aoCQJ51G
artifact: /.*\.*/
on:
appveyor_repo_tag: true

0 comments on commit 0102abe

Please sign in to comment.