Skip to content

Commit

Permalink
run m1/llvm/cmake buid on all 4 cores
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Nov 15, 2023
1 parent d36b86a commit ee47e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ task:
- mkdir build
- cd build
- cmake -DTARGET=VORTEX -DCMAKE_C_COMPILER=clang -DBUILD_SHARED_LIBS=ON ..
- make
- make -j 4

task:
name: AppleM1/GCC/MAKE/OPENMP
Expand Down

0 comments on commit ee47e4e

Please sign in to comment.