mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
Remove scriptlet
This commit is contained in:
parent
495b5a9576
commit
ed0d2a8c49
10
.travis.yml
10
.travis.yml
@ -39,13 +39,3 @@ script:
|
||||
- yesod keter
|
||||
- mkdir -p to-travis
|
||||
- cp stackage-server.keter to-travis
|
||||
|
||||
# The following scriptlet checks that the resulting source distribution can be built & installed
|
||||
- export SRC_TGZ=$(cabal info . | awk '{print $2 ".tar.gz";exit}') ;
|
||||
cd dist/;
|
||||
if [ -f "$SRC_TGZ" ]; then
|
||||
cabal install --force-reinstalls "$SRC_TGZ";
|
||||
else
|
||||
echo "expected '$SRC_TGZ' not found";
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user