JaroslavTulach commented on a change in pull request #3744:
URL: https://github.com/apache/netbeans/pull/3744#discussion_r825696102
##########
File path: .travis.yml
##########
@@ -76,29 +76,30 @@ matrix:
env:
-
ANT_OPTS="-Dmetabuild.jsonurl=https://raw.githubusercontent.com/apache/netbeans-jenkins-lib/master/meta/netbeansrelease.json
-Djavac.compilerargs=-nowarn -Dbuild.compiler.deprecation=false"
script:
- - ant -quiet build-source-config -Dcluster.config=platform
+ - nbbuild/travis/ant.sh -quiet build-source-config
-Dcluster.config=platform
- mkdir tmpplatform
- cd tmpplatform
- unzip -qq ../nbbuild/build/platform-src*
- - ant build -Dcluster.config=platform
+ - chmod a+x nbbuild/travis/ant.sh
+ - nbbuild/travis/ant.sh build -Dcluster.config=platform
- - name: Compile all modules with OpenJDK8
+ - name: Compile all modules & tests
Review comment:
Now the job compiles the code and the tests with JDK-11.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists