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: