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: