We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c3d83 commit a5d1168Copy full SHA for a5d1168
appveyor.yml
@@ -1,21 +1,16 @@
1
---
2
version: "{build}"
3
4
-init:
5
- - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
6
-
7
install:
8
-- cmd: choco install gradle
9
- cmd: git clone --depth 3 https://github.com/loc-rdc/bagit-conformance-suite.git
10
11
build_script:
12
-- cmd: gradle check --no-daemon
+- cmd: ./gradlew.bat check --no-daemon
13
14
shallow_clone: true
15
16
cache:
17
- - C:\ProgramData\chocolatey\bin -> appveyor.yml
18
- - C:\ProgramData\chocolatey\lib -> appveyor.yml
+ - '%USERPROFILE%\.gradle\caches'
19
20
notifications:
21
- provider: Email
0 commit comments