aboutsummaryrefslogtreecommitdiff
path: root/wercker.yml
diff options
context:
space:
mode:
authorrnveach <rveach02@gmail.com>2017-07-04 13:12:37 -0400
committerRoman Ivanov <romani@users.noreply.github.com>2017-07-05 11:16:16 -0700
commite9c2f55069eb79a9d40c59ca8074b48121c75ce9 (patch)
tree958be359ed1ea380371dc17e62f6fb862d4834f6 /wercker.yml
parentc71f322a107d0f68a05d1ad638f9a47f9ccee947 (diff)
downloadcheckstyle-e9c2f55069eb79a9d40c59ca8074b48121c75ce9.tar.gz
Issue #4582: restored wercker xwiki
Diffstat (limited to 'wercker.yml')
-rw-r--r--wercker.yml34
1 files changed, 17 insertions, 17 deletions
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: