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

skygo 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 3be4467  [TRAVIS] check platform build
     new e166bb5  Merge pull request #1892 from ebarboni/travisplatform
3be4467 is described below

commit 3be4467636be872bdbfe61e7e3e44aced0b36d05
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Tue Jan 21 14:15:56 2020 +0100

    [TRAVIS] check platform build
---
 .travis.yml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index cde4daa..6737834 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -59,7 +59,16 @@ matrix:
           jdk: openjdk8
           script:
             - nbbuild/travis/gensigtest.sh
-          
+        
+        - name: Pristine platform build
+          jdk: openjdk8
+          script: 
+            - ant -quiet build-source-config -Dcluster.config=platform
+            - mkdir tmpplatform
+            - cd tmpplatform
+            - unzip -qq ../nbbuild/build/platform-src*
+            - ant build -Dcluster.config=platform
+        
         - name: Compile all modules with OpenJDK8
           jdk: openjdk8
           env:


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

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

Reply via email to