mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
Build store by itself
This commit is contained in:
parent
1d85cac3a2
commit
e79c2f0c1f
@ -32,9 +32,10 @@ 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. Start with just haskell-src-exts since it requires a lot
|
# Build dependencies. Start with just haskell-src-exts and then store since
|
||||||
# of memory and we want it to build by itself.
|
# they require a lot of memory and we want it to build by itself.
|
||||||
- stack --no-terminal --install-ghc build haskell-src-exts
|
- stack --no-terminal --install-ghc build haskell-src-exts
|
||||||
|
- stack --no-terminal --install-ghc build store
|
||||||
- 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