Skip to content

Commit 73f84da

Browse files
committed
Disable cache in appveyor
1 parent b66fd40 commit 73f84da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

appveyor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,3 @@ build_script:
5757
bash -lc "echo 'C:\MinGW /mingw' > /etc/fstab"
5858
$env:APPVEYOR_BUILD_FOLDER = $env:APPVEYOR_BUILD_FOLDER -replace "\\", "/"
5959
bash -lc "exec 0</dev/null; exec 2>&1; cd $env:APPVEYOR_BUILD_FOLDER; bash -x ./bootstrap && mkdir -p build && cd build && ../configure && make"
60-
61-
cache:
62-
- build

0 commit comments

Comments
 (0)