mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-02-03 14:50:25 +01:00
Travis: build haskell-src-exts on its own
This commit is contained in:
parent
f372f832fa
commit
dbf7cf75f7
@ -32,7 +32,9 @@ before_install:
|
|||||||
- travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
|
- travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Build dependencies
|
# Build dependencies. Start with just haskell-src-exts since it requires a lot
|
||||||
|
# of memory and we want it to build by itself.
|
||||||
|
- stack --no-terminal --install-ghc haskell-src-exts
|
||||||
- stack --no-terminal --install-ghc test --only-dependencies
|
- stack --no-terminal --install-ghc test --only-dependencies
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user