Repository: groovy Updated Branches: refs/heads/master 16d16aa01 -> 1ff3e5df9
experiment with Appveyor for Windows build Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/1ff3e5df Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/1ff3e5df Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/1ff3e5df Branch: refs/heads/master Commit: 1ff3e5df992102830cd120b73aafe6fa42fc5e77 Parents: 16d16aa Author: paulk <[email protected]> Authored: Fri Nov 3 15:11:28 2017 +1000 Committer: paulk <[email protected]> Committed: Fri Nov 3 15:11:28 2017 +1000 ---------------------------------------------------------------------- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/1ff3e5df/appveyor.yml ---------------------------------------------------------------------- diff --git a/appveyor.yml b/appveyor.yml index f6fb69f..e86b71c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,10 +25,10 @@ build: verbosity: detailed build_script: - - gradlew.bat --no-daemon -i clean assemble + - gradlew.bat --no-daemon -i clean classes test_script: - - gradlew.bat --no-daemon -i -S check + - gradlew.bat --no-daemon -i -S test cache: - .gradle
