Update install_dependencies.sh
This commit is contained in:
parent
a84d812362
commit
22e138d033
@ -15,6 +15,8 @@ source ./travis/setup_variables.sh
|
|||||||
|
|
||||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
echo "Linux"
|
echo "Linux"
|
||||||
|
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
|
echo "OSX"
|
||||||
elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||||
echo "Windows"
|
echo "Windows"
|
||||||
choco install ccache
|
choco install ccache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user