Update .cirrus.yml
This commit is contained in:
parent
7d9d6c78b8
commit
0d09ca955b
|
@ -9,8 +9,8 @@ task:
|
||||||
- export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
|
- export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
|
||||||
- make TARGET=VORTEX USE_OPENMP=1 CC="/opt/homebrew/opt/llvm/bin/clang -arch arm64"
|
- make TARGET=VORTEX USE_OPENMP=1 CC="/opt/homebrew/opt/llvm/bin/clang -arch arm64"
|
||||||
config_artifacts:
|
config_artifacts:
|
||||||
- path: "*conf*"
|
path: "*conf*"
|
||||||
- type: text/plain
|
type: text/plain
|
||||||
lib_artifacts:
|
lib_artifacts:
|
||||||
- path: "libopenblas*"
|
path: "libopenblas*"
|
||||||
- type: application/octet-stream
|
type: application/octet-stream
|
||||||
|
|
Loading…
Reference in New Issue