Browse Source

Have Travis build the NBMs (Note: We currently miss the signing key and the upload part, still).

MeFisto94 9 years ago
parent
commit
87ad899887
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .travis.yml

+ 4 - 1
.travis.yml

@@ -41,7 +41,10 @@ before_deploy:
 #  - ./download-jdks.sh
   #- mv local/*/compiled/* .
   #- cd ../
-  - ant build-installers | awk '{printf("."); fflush(stdout)}'
+  # In case of STABLE (see hudson-stable target)
+  - ant set-spec-version suite.nbms build-installers unset-spec-version | awk '{printf("."); fflush(stdout)}'
+  # In case of NIGHTLY (see hudson-nightly target)
+  # - ant set-impl-version suite.nbms build-installers unset-impl-version | awk '{printf("."); fflush(stdout)}'
   - rm -rf build/
   #- cd jdks
   #- mv *.bin *.zip *.exe local/*/compiled/