You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,16 @@ matrix:
10
10
include:
11
11
- os: linux
12
12
rust: stable
13
-
# - os: osx
14
-
# rust: stable
13
+
- os: osx
14
+
osx_image: xcode8
15
+
rust: stable
15
16
16
17
install:
17
18
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./build_linux.sh; fi
18
-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
19
-
brew config;
20
-
brew update;
21
-
brew install -v https://raw.githubusercontent.com/Homebrew/homebrew-versions/master/llvm38.rb; fi
22
-
19
+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./build_osx.sh; fi
23
20
script:
24
21
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export LIBCLANG_STATIC_PATH=~/clang/lib; fi
25
-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export LLVM_CONFIG_PATH=/usr/local/bin/llvm-config-3.8; export LIBCLANG_STATIC_PATH=`/usr/local/bin/llvm-config-3.8 --libdir`; fi
22
+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export LLVM_CONFIG_PATH=/clang/bin/llvm-config; fi
0 commit comments