push the uni-demo project
This commit is contained in:
20
uni-demo/node_modules/node-sass/src/libsass/script/ci-install-deps
generated
vendored
Normal file
20
uni-demo/node_modules/node-sass/src/libsass/script/ci-install-deps
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
#!/bin/bash
|
||||
if [ "x$COVERAGE" == "xyes" ]; then
|
||||
pip2 install --user gcovr
|
||||
pip2 install --user cpp-coveralls
|
||||
else
|
||||
echo "no dependencies to install"
|
||||
fi
|
||||
|
||||
if [ "x$AUTOTOOLS" == "xyes" ]; then
|
||||
AUTOTOOLS=yes
|
||||
|
||||
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
|
||||
sudo add-apt-repository -y ppa:rbose-debianizer/automake &> /dev/null
|
||||
sudo apt-get -qq update
|
||||
sudo apt-get -qq install automake
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user