Browse Source

See if travis can auto build the Installers...

MeFisto94 9 years ago
parent
commit
07c809a2e8
1 changed files with 7 additions and 1 deletions
  1. 7 1
      .travis.yml

+ 7 - 1
.travis.yml

@@ -1,5 +1,5 @@
 language: java
-sudo: false
+sudo: required
 env:
  - GRADLE_USER_HOME=gradle-cache
  
@@ -21,6 +21,10 @@ notifications:
 
 install:
   -  ./gradlew buildSdk
+  - cd jdks
+  - ./download-jdks.sh
+  - cd ../
+  - ant build-installers
 
 #script:
 #  - ./gradlew check
@@ -41,6 +45,8 @@ install:
 #    tags: true
 
 before_install:
+  - sudo apt-get update
+  - sudo apt-get install -qq p7zip-full hfsplus
   - git fetch --unshallow
   - "[ $TRAVIS_PULL_REQUEST == 'false' ] && openssl aes-256-cbc -K $encrypted_a1949b55824a_key -iv $encrypted_a1949b55824a_iv -in private/www-updater.key.enc -out private/www-updater.key -d || :"