Introduce Jenkins.

This commit is contained in:
Greg Turnquist
2019-06-08 07:43:47 -05:00
parent 5ebe61a784
commit c80d1ff6f1
11 changed files with 348 additions and 134 deletions

View File

@@ -2,10 +2,4 @@
set -euo pipefail
[[ -d $PWD/maven && ! -d $HOME/.m2 ]] && ln -s $PWD/maven $HOME/.m2
rm -rf $HOME/.m2/repository/org/springframework/hateoas 2> /dev/null || :
cd spring-hateoas-examples-github
./mvnw clean dependency:list test -P${PROFILE} -Dsort
./mvnw -P${PROFILE} clean dependency:list test -Dsort -B