mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Export LLVM path on macOS (CI)
This commit is contained in:
+7
-1
@@ -8,11 +8,17 @@ 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
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|||||||
Reference in New Issue
Block a user