Skip to content
Snippets Groups Projects
Commit d75e4ab1 authored by kristenk's avatar kristenk
Browse files

Clean up appveyor.yml

parent 4a06b1d4
No related branches found
No related tags found
No related merge requests found
......@@ -16,12 +16,11 @@ build_script:
- Setup configure --user --ghc-option=-Werror --enable-tests
- Setup build
- Setup test unit-tests --show-details=streaming
- Setup test package-tests --show-details=streaming
- Setup test --show-details=streaming
- Setup install
- cd ..\cabal-install
- ghc --make -threaded -i -i. Setup.hs -Wall -Werror
- echo "" | ..\cabal install --only-dependencies --enable-tests --force-reinstalls
- echo "" | ..\cabal install --only-dependencies --enable-tests
- ..\cabal configure --user --ghc-option=-Werror --enable-tests
- ..\cabal build
- ..\cabal test unit-tests --show-details=streaming --test-option=--pattern=!FileMonitor
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment