gllvm/.travis/install_llvm.sh

10 lines
312 B
Bash
Raw Normal View History

#!/bin/bash -x
set -ev
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
2020-07-13 22:28:22 +02:00
wget http://csl.sri.com/users/iam/llvm_lite-6.0.0.high_sierra.bottle.1.tar.gz
brew install -v ./llvm_lite-6.0.0.high_sierra.bottle.1.tar.gz
2020-07-13 22:33:45 +02:00
# this bombs out at the update of 'unbound' whatever that is ...
2020-07-13 22:28:22 +02:00
#brew install -v llvm
fi