mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
Export LLVM path on macOS (CI)
This commit is contained in:
@@ -8,11 +8,17 @@ os:
|
||||
|
||||
compiler:
|
||||
- clang
|
||||
|
||||
addons:
|
||||
homebrew:
|
||||
packages:
|
||||
- llvm
|
||||
|
||||
script:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH="/usr/local/opt/llvm/bin:$PATH" ; fi
|
||||
- make release
|
||||
- ./odin run examples/demo/demo.odin
|
||||
- ./odin check examples/demo/demo.odin -vet
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
email: false
|
||||
|
||||
Reference in New Issue
Block a user