You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2019/12/07 04:04:20 UTC

[netbeans] branch master updated: [TRAVIS] Compile all modules with OpenJDK8

This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 46797a5  [TRAVIS] Compile all modules with OpenJDK8
     new 68881c1  Merge pull request #1747 from blackleg/build_all_openjdk_8
46797a5 is described below

commit 46797a573dc4058a21d243bf0b09bb4ac3e04302
Author: Hector Espert <he...@gmail.com>
AuthorDate: Thu Dec 5 22:17:13 2019 +0100

    [TRAVIS] Compile all modules with OpenJDK8
---
 .travis.yml | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index d6f734f..dff2abe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,7 +32,6 @@ script:
   - if [ "x$TARGET" == "x" ]; then TARGET="build"; fi
   - ant $OPTS clean
   - ant $OPTS $TARGET
-  - if [ "x$COMPILETEST" == "xtrue" ]; then ant -quiet test -Djavac.compilerargs=-nowarn -Dbuild.compiler.deprecation=false -Dtest.includes=NoTestsJustBuild; fi
   - if [ "x$LICENSE" == "xtrue" ]; then ant -quiet verify-libs-and-licenses -Dverify-libs-and-licenses.haltonfailure=true; fi
   - if [ "x$SIGTEST" == "xtrue" ]; then ant check-sigtests; fi
   - if [ "x$SIGTEST" == "xtrue" ]; then ant gen-sigtests-release; fi
@@ -49,10 +48,10 @@ matrix:
             - unzip -qq ../nbbuild/build/release-src*
             - ant -quiet rat -Drat-report.haltonfailure=true
           
-        - env: SIGTEST=false COMPILETEST=true LICENSE=true
+        - env: SIGTEST=false LICENSE=true
           jdk: openjdk8
 
-        - env: SIGTEST=true COMPILETEST=false LICENSE=false
+        - env: SIGTEST=true LICENSE=false
           jdk: openjdk8
 
 #        - env: TARGET="build-platform" SCRIPT=nbbuild/travis/scripting.sh
@@ -60,6 +59,16 @@ matrix:
 
         - env: TARGET="build-platform" SCRIPT=nbbuild/travis/gensigtest.sh
           jdk: openjdk8
+          
+        - name: Compile all modules with OpenJDK8
+          jdk: openjdk8
+          env:
+            - OPTS="-quiet -Dcluster.config=full -Djavac.compilerargs=-nowarn -Dbuild.compiler.deprecation=false"
+          before_script:
+            - ant $OPTS clean
+          script:
+            - ant $OPTS build
+            - ant $OPTS test -Dtest.includes=NoTestsJustBuild
 
         - name: Compile all modules with OpenJDK11
           jdk: openjdk11
@@ -71,9 +80,6 @@ matrix:
             - ant $OPTS build
             - ant $OPTS test -Dtest.includes=NoTestsJustBuild
 
-        - env: OPTS="-quiet -Djavac.compilerargs=-nowarn -Dbuild.compiler.deprecation=false" TARGET="build-basic"
-          jdk: openjdk8
-
         - name: Test harness modules
           jdk: openjdk8
           env:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists