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