Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
e23c061d
Unverified
Commit
e23c061d
authored
May 21, 2017
by
Herbert Valerio Riedel
🕺
Committed by
Mikhail Glushenkov
Sep 13, 2017
Browse files
local hack to get Travis CI to commit deps to cache
(cherry picked from commit
0a28ab6a
)
parent
76d9c357
Changes
1
Hide whitespace changes
Inline
Side-by-side
travis-script.sh
View file @
e23c061d
...
...
@@ -117,6 +117,7 @@ export CABAL_BUILDDIR="${CABAL_TESTSUITE_BDIR}"
# both by Cabal and cabal-install
timed cabal new-build
$jobs
cabal-testsuite:cabal-tests
exit
1
(
cd
cabal-testsuite
&&
timed
${
CABAL_TESTSUITE_BDIR
}
/build/cabal-tests/cabal-tests
--builddir
=
${
CABAL_TESTSUITE_BDIR
}
-j3
$TEST_OPTIONS
)
||
exit
$?
# Redo the package tests with different versions of GHC
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment