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 aec421c [TRAVIS] Run profiler modules
aec421c is described below
commit aec421c854cfa5199ac4a3e901387071503a6ece
Author: Hector Espert <[email protected]>
AuthorDate: Fri Nov 22 19:09:23 2019 +0100
[TRAVIS] Run profiler modules
---
.travis.yml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index b700d7f..de981f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -301,6 +301,16 @@ matrix:
script:
- ant $OPTS -f ergonomics/ide.ergonomics test -Dtest.config=commit
+ - name: Test profiler modules
+ jdk: openjdk8
+ env:
+ - OPTS="-quiet -Dcluster.config=java -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 profiler/profiler.oql test
+
- name: "Versioning modules (ide/versioning and ide/versioning.core)
tests"
jdk: openjdk8
env:
---------------------------------------------------------------------
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