Skip to content

Commit

Permalink
Add AppVeyor build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-allan committed Feb 7, 2019
1 parent 12ca9d8 commit ce40fdd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
environment:
ARTIFACTORY_USERNAME:
secure: a6JBc7qqVHrcq1cCIJblEg==
ARTIFACTORY_PASSWORD:
secure: O6ThMzLvtSOPLV0U5yFOkl8G1tFrFOGZEpKI4NSD12c=

build: off

build_script:
- gradlew -PArtifactoryUserName=%ARTIFACTORY_USERNAME% -PArtifactoryPassword=%ARTIFACTORY_PASSWORD% build

after_test:
- IF NOT DEFINED APPVEYOR_PULL_REQUEST_NUMBER gradlew -PArtifactoryUserName=%ARTIFACTORY_USERNAME% -PArtifactoryPassword=%ARTIFACTORY_PASSWORD% uploadArchives

cache:
- '%HOME%\.gradle -> build.gradle'

0 comments on commit ce40fdd

Please sign in to comment.