Attempt to speedup build by prepopulating maven cache

This commit is contained in:
Kris De Volder
2017-04-04 08:09:48 -07:00
parent 2b671d1a1e
commit 9828128b90

View File

@@ -2,13 +2,13 @@
set -e
workdir=`pwd`
if [ -d "maven-cache" ]; then
#if [ -d "maven-cache" ]; then
echo "Prepopulating maven cache"
tar xzvf maven-cache/*.tar.gz -C ${HOME}
else
echo "!!!No stored maven cache found!!! "
echo "!!!This may slow down the build!!!"
fi
#else
# echo "!!!No stored maven cache found!!! "
# echo "!!!This may slow down the build!!!"
#fi
cd sts4/vscode-extensions
./build-all.sh