Skip to content

Commit ab07555

Browse files
authored
Merge pull request #3990 from martin-frbg/cirrus
Add Apple M1 testing via Cirrus CI
2 parents 516f22b + 65b7bf9 commit ab07555

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)