about summary refs log tree commit diff homepage
path: root/.travis/install-llvm-and-runtime-compiler.sh
AgeCommit message (Collapse)Author
2018-01-30Enable caching for travis-ciMartin Nowack
* Use ccache for building * Implement caching of locally build brew packages
2017-07-23Cleanup Travis builderMartin Nowack
2017-03-30[TravisCI] Make handling of `TRAVIS_OS_NAME` more robust by not assumingDan Liew
that its value not being `linux` implies `osx`.
2017-03-24[Travis-CI] Added support for macOS buildAndrea Mattavelli
2016-06-04Do not install clang-3.4 if not neededMartin Nowack
2016-02-27Update travis configuration to use tcmallocMartin Nowack
We have to build our own tcmalloc, as the version provided with Ubtuntu 12.04 is too old.
2014-10-09Add a hack for Travis so that llvm-gcc can build native executables.Dan Liew
This could be useful if KLEE tests want to use the bitcode compiler as a native compiler.
2014-09-15[Travis] Show commands as they execute inDan Liew
``install-llvm-and-runtime-compiler.sh``
2014-09-15Clean up travis build scripts a little.Dan Liew