File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ cache:
21
21
22
22
build_script :
23
23
- 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
25
25
- 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
27
27
- 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
29
29
- cabal %CABOPTS% new-build exe:cabal
30
30
- 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
32
32
- cd cabal-install
33
33
- cabal %CABOPTS% new-run cabal-install:memory-usage-tests
34
34
- cabal %CABOPTS% new-run cabal-install:solver-quickcheck
You can’t perform that action at this time.
0 commit comments