From 6f175fd7962aa9fc85de85f2a271287774258cff Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 15 May 2023 22:25:00 +0200 Subject: [PATCH] Add Neoverse build with OpenMP --- .cirrus.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index b8f03acaf..b0a0ca54f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -46,7 +46,13 @@ task: compile_script: - make - +task: + name: NeoverseN1 + arm_container: + image: node:latest + compile_script: + - make USE_OPENMP=1 + #task: # name: Windows/LLVM16 --- too slow --- # windows_container: