Skip to content

Commit 65b7bf9

Browse files
authored
Add Apple M1 testing via Cirrus CI
1 parent 516f22b commit 65b7bf9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

cirrus.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
macos_instance:
2+
image: ghcr.io/cirruslabs/macos-monterey-xcode:latest
3+
4+
task:
5+
compile_script:
6+
- brew install llvm
7+
- export PATH=/opt/homebrew/opt/llvm/bin:$PATH
8+
- export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
9+
- export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
10+
- make TARGET=VORTEX USE_OPENMP=1 CC=clang

0 commit comments

Comments
 (0)