Skip to content

Commit

Permalink
release.hs: reduce superfluous builds
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed Dec 24, 2015
1 parent e7bfc45 commit 3bc2623
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions etc/scripts/release.hs
Expand Up @@ -156,8 +156,6 @@ rules global@Global{..} args = do
[["install --pedantic --no-haddock-deps"], [" --haddock" | gTestHaddocks]]
() <- cmd0 "install --resolver=lts-3.0 cabal-install"
let cmd' = cmd (AddPath [tmpDir] []) stackProgName (stackArgs global)
() <- cmd' "clean"
() <- cmd' "build --pedantic"
() <- cmd' "test --pedantic --flag stack:integration-tests"
return ()
copyFileChanged (releaseBinDir </> binaryName </> stackExeFileName) out
Expand Down

0 comments on commit 3bc2623

Please sign in to comment.