Export LLVM path on macOS (CI)

This commit is contained in:
Mikkel Hjortshøj
2019-02-06 19:08:32 +01:00
committed by GitHub
parent 7343f0c7ff
commit 24c43d33bb
+6
View File
@@ -9,7 +9,13 @@ os:
compiler: compiler:
- clang - clang
addons:
homebrew:
packages:
- llvm
script: script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH="/usr/local/opt/llvm/bin:$PATH" ; fi
- make release - make release
- ./odin run examples/demo/demo.odin - ./odin run examples/demo/demo.odin
- ./odin check examples/demo/demo.odin -vet - ./odin check examples/demo/demo.odin -vet