mirror of
https://github.com/typeable/wai.git
synced 2024-12-26 15:42:18 +03:00
Speed up Travis build #665
This commit is contained in:
parent
4e98c7f0d9
commit
22256bda44
17
.travis.yml
17
.travis.yml
@ -199,14 +199,15 @@ script:
|
||||
do
|
||||
cd $dir
|
||||
cabal check || [ "$CABALVER" == "1.16" ]
|
||||
cabal sdist
|
||||
PKGVER=$(cabal info . | awk '{print $2;exit}')
|
||||
SRC_TGZ=$PKGVER.tar.gz
|
||||
cd dist
|
||||
tar zxfv "$SRC_TGZ"
|
||||
cd "$PKGVER"
|
||||
cabal configure --enable-tests
|
||||
cabal build
|
||||
# Takes too long, see https://github.com/yesodweb/wai/issues/665
|
||||
#cabal sdist
|
||||
#PKGVER=$(cabal info . | awk '{print $2;exit}')
|
||||
#SRC_TGZ=$PKGVER.tar.gz
|
||||
#cd dist
|
||||
#tar zxfv "$SRC_TGZ"
|
||||
#cd "$PKGVER"
|
||||
#cabal configure --enable-tests
|
||||
#cabal build
|
||||
cd $ORIGDIR
|
||||
done
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user