Issue #2825: distelliCI manifest file added
This commit is contained in:
parent
317eb54413
commit
dd5d6bce90
|
|
@ -1,3 +1,16 @@
|
|||
checkstyle/checkstyle:
|
||||
Build:
|
||||
- mvn clean test
|
||||
- git clone https://github.com/checkstyle/contribution && cd contribution/checkstyle-tester
|
||||
- sed -i.'' 's/^guava/#guava/' projects-for-travis.properties
|
||||
- sed -i.'' 's/#spring-framework/spring-framework/' projects-for-travis.properties
|
||||
- sed -i.'' 's/projects-to-test-on.properties/projects-for-travis.properties/' launch.sh
|
||||
- cd ../../ && mvn clean install -DskipTests -DskipITs -Dcobertura.skip=true -Dpmd.skip=true -Dfindbugs.skip=true -Dcheckstyle.ant.skip=true -Dcheckstyle.skip=true -Dxml.skip=true
|
||||
- cd contribution/checkstyle-tester
|
||||
- ./launch.sh -Dcheckstyle.config.location=checks-only-javadoc-error.xml
|
||||
- if grep "Got an exception" target/site/checkstyle.html; then
|
||||
- echo "[ERROR] Exceptions detected"
|
||||
- exit 1
|
||||
- else
|
||||
- echo "[INFO] Finished without exceptions"
|
||||
- exit 0
|
||||
- fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue