Skip to content

Commit

Permalink
Issue checkstyle#3807: codeship pro parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed May 5, 2018
1 parent 5396525 commit 4d6a190
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/run-link-check-plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#Run "firefox target/site/linkcheck.html" after completion to review html report

set -e

pwd
uname -a
mvn --version
curl -I https://sourceforge.net/projects/checkstyle/
Expand Down
4 changes: 4 additions & 0 deletions .ci/travis/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ set -e

case $1 in

site)
mvn -e clean site -Pno-validations
;;

nondex)
mvn -e --fail-never clean nondex:nondex -DargLine='-Xms1024m -Xmx2048m'
cat `grep -RlE 'td class=.x' .nondex/ | cat` < /dev/null > output.txt
Expand Down
2 changes: 2 additions & 0 deletions codeship-services.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
system:
image: checkstyle/maven-builder-image:latest
volumes:
- .:/usr/local/checkstyle
8 changes: 6 additions & 2 deletions codeship-steps.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
- name: linkcheck
- type: parallel
tag: master
service: system
command: ls -la && .ci/run-link-check-plugin.sh
steps:
#- command: ./.ci/travis/travis.sh site
#- command: ./.ci/travis/travis.sh nondex
- command: ls -la
- command: .ci/run-link-check-plugin.sh

0 comments on commit 4d6a190

Please sign in to comment.