File tree Expand file tree Collapse file tree 1 file changed +20
-10
lines changed Expand file tree Collapse file tree 1 file changed +20
-10
lines changed Original file line number Diff line number Diff line change 1- sudo : false
2- language : shell
3- os : windows
1+ language : bash
2+ dist : xenial
3+ os :
4+ - windows
5+ - linux
6+
7+ env :
8+ - JDK="adopt@1.8.212-04"
49
510cache :
611 directories :
712 - $HOME/.m2
8- - /c/bin
913
1014before_install :
11- - echo $HOME
12- - choco install jdk8 -params 'installdir=c:\\bin\\jdk' -y
13- - choco install maven -params 'installdir=c:\\bin\\mvn' --version 3.6.0 -y
14- - export JAVA_HOME=${JAVA_HOME:-/c/bin/jdk}
15- - echo $JAVA_HOME
15+ - curl "https://raw.githubusercontent.com/nidi3/Mavis-CI/master/mavis.sh" --output mavis.sh
16+ - source mavis.sh
17+ - install_jdk
18+ - install_maven
19+
20+ before_script :
21+ before_script -P -jdeps
22+
1623script :
17- mvn install -P -jdeps
24+ script -P -jdeps
25+
26+ after_success :
27+ - bash <(curl -s https://codecov.io/bash)
You can’t perform that action at this time.
0 commit comments