Skip to content

Commit f4101ed

Browse files
committed
infra: move CI to new diff.groovy
1 parent 61b8988 commit f4101ed

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.ci/travis.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ checkstyle-tester-launch-groovy)
3636
cd .ci-temp/checkstyle
3737
mvn --batch-mode clean install -Passembly
3838
cd ../../checkstyle-tester
39-
groovy launch.groovy -l projects-for-travis.properties -c my_check.xml -i
39+
groovy diff.groovy -l projects-for-travis.properties -c my_check.xml
4040
;;
4141

4242
checkstyle-tester-diff-groovy-patch)

appveyor.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -69,29 +69,29 @@ environment:
6969
CMD1: "cd patch-diff-report-tool && mvn clean install"
7070
# checkstyle-tester
7171
- JAVA_HOME: C:\Program Files\Java\jdk1.8.0
72-
DESC: "checkstyle-tester (launch.groovy) on guava"
72+
DESC: "checkstyle-tester (diff.groovy) on guava"
7373
CMD1: " git clone -q --depth=10 --branch=master "
7474
CMD2: " https://github.com/checkstyle/checkstyle C:\\projects\\contribution\\checkstyle "
7575
CMD3: " && cd checkstyle && mvn clean install -Passembly"
7676
CMD4: " "
7777
CMD5: " && cd ..\\checkstyle-tester "
78-
CMD7: " && groovy launch.groovy -l projects-for-travis.properties -c checks-nonjavadoc-error.xml -i\""
78+
CMD7: " && groovy diff.groovy -l projects-for-travis.properties -c checks-nonjavadoc-error.xml \""
7979
- JAVA_HOME: C:\Program Files\Java\jdk1.8.0
8080
DESC: "checkstyle-tester (diff.groovy) on guava"
8181
CMD1: " git clone -q --depth=10 --branch=master "
8282
CMD2: " https://github.com/checkstyle/checkstyle C:\\projects\\contribution\\checkstyle "
8383
CMD3: " && cd checkstyle && git checkout -b patch-branch"
8484
CMD4: " "
8585
CMD5: " && cd ..\\checkstyle-tester "
86-
CMD6: " && groovy diff.groovy -l projects-for-travis.properties -c my_check.xml -b master -p patch-branch -r C:\\projects\\contribution\\checkstyle -i -s"
86+
CMD6: " && groovy diff.groovy -l projects-for-travis.properties -c my_check.xml -b master -p patch-branch -r C:\\projects\\contribution\\checkstyle -s"
8787
- JAVA_HOME: C:\Program Files\Java\jdk1.8.0
8888
DESC: "checkstyle-tester (diff.groovy with base and patch configs) on guava"
8989
CMD1: " git clone -q --depth=10 --branch=master "
9090
CMD2: " https://github.com/checkstyle/checkstyle C:\\projects\\contribution\\checkstyle "
9191
CMD3: " && cd checkstyle && git checkout -b patch-branch"
9292
CMD4: " "
9393
CMD5: " && cd ..\\checkstyle-tester "
94-
CMD6: " && groovy diff.groovy -l projects-for-travis.properties -bc my_check.xml -pc my_check.xml -b master -p patch-branch -r C:\\projects\\contribution\\checkstyle -i -s"
94+
CMD6: " && groovy diff.groovy -l projects-for-travis.properties -bc my_check.xml -pc my_check.xml -b master -p patch-branch -r C:\\projects\\contribution\\checkstyle -s"
9595

9696
build_script:
9797
- ps: >

0 commit comments

Comments
 (0)