From 86f48997c749d54a7c13193c500247c5610bb9f6 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Tue, 16 May 2023 12:01:50 +0200 Subject: [PATCH] CirrusCI: Add Neoverse build with OpenMP (#4042) * Add Neoverse build with OpenMP --- .cirrus.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index b8f03acaf..7ca1cc7bc 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -46,7 +46,14 @@ task: compile_script: - make - +task: + name: NeoverseN1-OMP + arm_container: + image: node:latest + cpu: 8 + compile_script: + - make USE_OPENMP=1 + #task: # name: Windows/LLVM16 --- too slow --- # windows_container: