Skip to content

Commit b5298dc

Browse files
authored
Ensure caches are being used properly
1 parent a53795f commit b5298dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ cache:
2121

2222
build_script:
2323
- cabal %CABOPTS% new-configure --enable-tests
24-
- appveyor-retry cabal new-build lib:Cabal --only-dependencies
24+
- appveyor-retry cabal %CABOPTS% new-build lib:Cabal --only-dependencies
2525
- cabal %CABOPTS% new-build lib:Cabal
26-
- appveyor-retry cabal new-build Cabal:tests --only-dependencies
26+
- appveyor-retry cabal %CABOPTS% new-build Cabal:tests --only-dependencies
2727
- cabal %CABOPTS% new-test Cabal
28-
- appveyor-retry cabal new-build exe:cabal exe:cabal-tests --only-dependencies
28+
- appveyor-retry cabal %CABOPTS% new-build exe:cabal exe:cabal-tests --only-dependencies
2929
- cabal %CABOPTS% new-build exe:cabal
3030
- cabal %CABOPTS% new-run cabal-tests -- -j3 --with-cabal=dist-newstyle\build\x86_64-windows\ghc-8.0.2\cabal-install-2.3.0.0\build\cabal\cabal.exe
31-
- appveyor-retry cabal new-build cabal-install:tests --only-dependencies
31+
- appveyor-retry cabal %CABOPTS% new-build cabal-install:tests --only-dependencies
3232
- cd cabal-install
3333
- cabal %CABOPTS% new-run cabal-install:memory-usage-tests
3434
- cabal %CABOPTS% new-run cabal-install:solver-quickcheck

0 commit comments

Comments
 (0)