Appveyor broken

They are giving an error message that using build_script formerly fixed.

Commented out both CI results.
This commit is contained in:
Bruce Eckel 2020-10-09 04:53:27 -06:00
parent d56a8da627
commit cc94cad718
3 changed files with 7 additions and 9 deletions

View File

@ -1,6 +1,6 @@
[![](https://travis-ci.org/BruceEckel/OnJava8-Examples.svg?branch=master)](https://travis-ci.org/BruceEckel/OnJava8-Examples)
[comment]: <> [![](https://travis-ci.org/BruceEckel/OnJava8-Examples.svg?branch=master)](https://travis-ci.org/BruceEckel/OnJava8-Examples)
[![](https://ci.appveyor.com/api/projects/status/github/BruceEckel/OnJava8-Examples)](https://ci.appveyor.com/project/BruceEckel/onjava-examples)
[comment]: <> [![](https://ci.appveyor.com/api/projects/status/github/BruceEckel/OnJava8-Examples)](https://ci.appveyor.com/project/BruceEckel/onjava-examples)
To compile and run these programs, you only need JDK 8 installed.
Invoking `gradlew` will automatically download and install Gradle.

View File

@ -1,6 +0,0 @@
build_script:
- gradlew.bat --no-daemon --stacktrace run
# - gradlew.bat --parallel --stacktrace run
# - gradlew.bat --parallel --stacktrace :validating:jmh
test: off

4
appveyorXX.yml Normal file
View File

@ -0,0 +1,4 @@
build_script:
- gradlew.bat --no-daemon --stacktrace run
test: off