File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 1+ sudo : false
12language : java
23jdk :
34 - oraclejdk7
4- - openjdk7
5- - openjdk6
5+ # - openjdk7
6+ # - openjdk6
7+
8+ cache :
9+ directories :
10+ - $HOME/.m2
11+
12+ before_script :
13+ - " export DISPLAY=:99.0"
14+ - " sh -e /etc/init.d/xvfb start"
15+ - sleep 3 # give xvfb some time to start
16+ - wget http://download.netbeans.org/netbeans/8.0.2/final/zip/netbeans-8.0.2-201411181905.zip -O netbeans.zip
17+ - unzip -q netbeans.zip
18+ - mvn -q dependency:get -Dartifact=junit:junit:4.8.2 -DrepoUrl=http://repo1.maven.org/maven2/
19+ # To reduce amout of log
20+ - cd maven-wrapper/ && mvn -q install && cd ..
21+
22+ script :
23+ - ant -Dcontinue.after.failing.tests=true -Dnbplatform.nb802.netbeans.dest.dir=$PWD/netbeans -Dnbplatform.nb802.harness.dir=$PWD/netbeans/harness test
24+
25+
You can’t perform that action at this time.
0 commit comments