Skip to content

Commit

Permalink
Attempt #15
Browse files Browse the repository at this point in the history
Signed-off-by: Jamz <[email protected]>
  • Loading branch information
JamzTheMan committed Jun 3, 2018
1 parent 63ab15e commit f5fe9f4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ pull_requests:
do_not_increment_build_number: true
skip_non_tags: false
platform: x64
image:
- Ubuntu
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
JAVA_HOME: /usr/bin/java
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
JAVA_HOME: C:\Program Files\Java\jdk10
build_script:
- whereis java
- gradle build -x spotlessCheck
after_build:
- gradle deploy
Expand Down

0 comments on commit f5fe9f4

Please sign in to comment.