Skip to content

Commit 2f88c07

Browse files
authored
Update appveyor.yml
1 parent 81cf727 commit 2f88c07

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ install:
1717
build_script:
1818
- mvn clean install -B -DskipTests
1919
test_script:
20-
- mvn clean install -B
20+
- mvn clean install jacoco:report -B
21+
- mvn -f math-plugin/pom.xml clean package jacoco:report
22+
- mvn -f string-plugin/pom.xml clean package jacoco:report
23+
- mvn -f lodash-plugin/pom.xml clean package jacoco:report
24+
- mvn -f examples/pom.xml clean package
2125
cache:
2226
- C:\maven\apache-maven-3.3.9

0 commit comments

Comments
 (0)