Appveyor broken
They are giving an error message that using build_script formerly fixed. Commented out both CI results.
This commit is contained in:
parent
d56a8da627
commit
cc94cad718
@ -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.
|
||||
|
@ -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
4
appveyorXX.yml
Normal file
@ -0,0 +1,4 @@
|
||||
build_script:
|
||||
- gradlew.bat --no-daemon --stacktrace run
|
||||
|
||||
test: off
|
Loading…
x
Reference in New Issue
Block a user