mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-22 12:15:39 +03:00
Merge pull request #375 from barrucadu/concourse
Use `--install-ghc` in concourse script
This commit is contained in:
commit
3f39f1a34f
@ -37,7 +37,7 @@ x-task-build-and-test: &task-build-and-test
|
||||
$stack init --resolver="$resolver" --force
|
||||
fi
|
||||
|
||||
$stack setup
|
||||
$stack setup --install-ghc
|
||||
$stack build
|
||||
$stack exec dejafu-tests
|
||||
|
||||
@ -104,7 +104,7 @@ x-task-release: &task-release
|
||||
exit 0
|
||||
fi
|
||||
|
||||
stack --no-terminal setup
|
||||
stack --no-terminal setup --install-ghc
|
||||
echo n | stack --no-terminal upload ${PACKAGE}
|
||||
|
||||
###############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user