Sha256: cda56aa0918d2a368fb5e8f2df578a3309375c5ab7f887506e7f5c7b12005e3f
Contents?: true
Size: 412 Bytes
Versions: 48
Compression:
Stored size: 412 Bytes
Contents
#!/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
Version data entries
48 entries across 46 versions & 15 rubygems