forked from Ericsson/codechecker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Ericsson#1998 from csordasmarton/update-travis-osx…
…-image Update travis llvm version
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ before_install: | |
# Download macOS specific extra dependencies. | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then git clone https://github.com/llvm-mirror/clang.git ~/llvm --branch master --single-branch --depth 1; fi | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install doxygen; fi | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install llvm@7; fi | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install llvm@8; fi | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install [email protected]; fi | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH=/usr/local/Cellar/[email protected]/0.9.3/bin:$PATH; fi | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then which thrift; fi | ||
|