Update .cirrus.yml
This commit is contained in:
parent
a7bb9a727b
commit
ce3006ff80
12
.cirrus.yml
12
.cirrus.yml
|
@ -6,9 +6,9 @@ task:
|
||||||
compile_script:
|
compile_script:
|
||||||
- brew update
|
- brew update
|
||||||
- brew install llvm@16
|
- brew install llvm@16
|
||||||
- export PATH=/opt/homebrew/opt/llvm/bin:$PATH
|
- export PATH=/opt/homebrew/opt/llvm@16/bin:$PATH
|
||||||
- export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
|
- export LDFLAGS="-L/opt/homebrew/opt/llvm@16/lib"
|
||||||
- export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
|
- export CPPFLAGS="-I/opt/homebrew/opt/llvm@16/include"
|
||||||
- make TARGET=VORTEX CC=clang
|
- make TARGET=VORTEX CC=clang
|
||||||
|
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@ task:
|
||||||
compile_script:
|
compile_script:
|
||||||
- brew update
|
- brew update
|
||||||
- brew install llvm@17
|
- brew install llvm@17
|
||||||
- export PATH=/opt/homebrew/opt/llvm/bin:$PATH
|
- export PATH=/opt/homebrew/opt/llvm@17/bin:$PATH
|
||||||
- export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
|
- export LDFLAGS="-L/opt/homebrew/opt/llvm@17/lib"
|
||||||
- export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
|
- export CPPFLAGS="-I/opt/homebrew/opt/llvm@17/include"
|
||||||
- make TARGET=VORTEX CC=clang
|
- make TARGET=VORTEX CC=clang
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue