Skip to content

Commit 86f4899

Browse files
authored
CirrusCI: Add Neoverse build with OpenMP (#4042)
* Add Neoverse build with OpenMP
1 parent e2779c8 commit 86f4899

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.cirrus.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,14 @@ task:
4646
compile_script:
4747
- make
4848

49-
49+
task:
50+
name: NeoverseN1-OMP
51+
arm_container:
52+
image: node:latest
53+
cpu: 8
54+
compile_script:
55+
- make USE_OPENMP=1
56+
5057
#task:
5158
# name: Windows/LLVM16 --- too slow ---
5259
# windows_container:

0 commit comments

Comments
 (0)