mirror of
https://github.com/jtdaugherty/brick.git
synced 2025-01-08 15:08:46 +03:00
Travis: perform builds in a cabal sandbox
This commit is contained in:
parent
84957f171e
commit
82e7de383b
@ -79,6 +79,7 @@ install:
|
|||||||
- cabal --version
|
- cabal --version
|
||||||
- echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
|
- echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
|
||||||
- travis_retry cabal update
|
- travis_retry cabal update
|
||||||
|
- cabal sandbox init
|
||||||
- cabal install --only-dependencies --enable-tests --enable-benchmarks
|
- cabal install --only-dependencies --enable-tests --enable-benchmarks
|
||||||
|
|
||||||
# Here starts the actual work to be performed for the package under
|
# Here starts the actual work to be performed for the package under
|
||||||
|
Loading…
Reference in New Issue
Block a user