From e9c2f55069eb79a9d40c59ca8074b48121c75ce9 Mon Sep 17 00:00:00 2001 From: rnveach Date: Tue, 4 Jul 2017 13:12:37 -0400 Subject: Issue #4582: restored wercker xwiki --- wercker.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'wercker.yml') diff --git a/wercker.yml b/wercker.yml index b0840825f..9c9e2a493 100644 --- a/wercker.yml +++ b/wercker.yml @@ -77,23 +77,23 @@ build: echo "build is skipped ..." fi -# # NoErrorTest - XWiki (oraclejdk8) -# - script: -# name: NoErrorTest - XWiki -# code: | -# if [[ $SKIP_CI == 'false' ]]; then -# set -e -# CS_POM_VERSION=$(mvn -q -Dexec.executable='echo' -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec) -# echo CS_version: ${CS_POM_VERSION} -# for i in 1 2 3 4 5; do git clone https://github.com/xwiki/xwiki-commons/ && break || sleep 15; done -# cd xwiki-commons/xwiki-commons-core -# git checkout xwiki-commons-8.2-milestone-1 -# mvn install -DskipTests -Dxwiki.clirr.skip=true checkstyle:check -Dcheckstyle.version=${CS_POM_VERSION} -# cd ../../ -# rm -rf xwiki-commons -# else -# echo "build is skipped ..." -# fi + # NoErrorTest - XWiki (oraclejdk8) + - script: + name: NoErrorTest - XWiki + code: | + if [[ $SKIP_CI == 'false' ]]; then + set -e + CS_POM_VERSION=$(mvn -q -Dexec.executable='echo' -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec) + echo CS_version: ${CS_POM_VERSION} + for i in 1 2 3 4 5; do git clone https://github.com/xwiki/xwiki-commons/ && break || sleep 15; done + cd xwiki-commons + git checkout 3bdb59d3c7fe776deed44f6818278f70d3030ecb + mvn install -DskipTests -Dxwiki.clirr.skip=true checkstyle:check -Dcheckstyle.version=${CS_POM_VERSION} + cd ../../ + rm -rf xwiki-commons + else + echo "build is skipped ..." + fi # NoErrorTest - Apache Apex (oraclejdk8) - script: -- cgit v1.2.3