You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2019/12/06 18:33:51 UTC

[netbeans] branch master updated: [TRAVIS] Test enterprise modules

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

matthiasblaesing 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 20955a4  [TRAVIS] Test enterprise modules
     new 5175026  Merge pull request #1707 from blackleg/test_enterprise_modules
20955a4 is described below

commit 20955a45ad541e3c71f3037129f046d206f640a6
Author: Hector Espert <he...@gmail.com>
AuthorDate: Sat Nov 30 17:37:27 2019 +0100

    [TRAVIS] Test enterprise modules
---
 .travis.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index d6f734f..0cb0c14 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -402,3 +402,13 @@ matrix:
           script:
             - travis_retry ant $OPTS $OPTS_TEST -f ide/db.metadata.model test
             - travis_retry ant $OPTS $OPTS_TEST -f ide/db.mysql test
+
+        - name: Test enterprise modules
+          jdk: openjdk8
+          env:
+            - OPTS="-quiet -Dcluster.config=enterprise -Djavac.compilerargs=-nowarn -Dbuild.compiler.deprecation=false -Dtest-unit-sys-prop.ignore.random.failures=true"
+          before_script:
+            - ant $OPTS clean
+            - ant $OPTS build
+          script:
+            - ant $OPTS -f enterprise/spring.webmvc test


---------------------------------------------------------------------
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