CirrusCI: Add Neoverse build with OpenMP (#4042)
* Add Neoverse build with OpenMP
This commit is contained in:
parent
e2779c852f
commit
86f48997c7
|
@ -46,6 +46,13 @@ task:
|
||||||
compile_script:
|
compile_script:
|
||||||
- make
|
- make
|
||||||
|
|
||||||
|
task:
|
||||||
|
name: NeoverseN1-OMP
|
||||||
|
arm_container:
|
||||||
|
image: node:latest
|
||||||
|
cpu: 8
|
||||||
|
compile_script:
|
||||||
|
- make USE_OPENMP=1
|
||||||
|
|
||||||
#task:
|
#task:
|
||||||
# name: Windows/LLVM16 --- too slow ---
|
# name: Windows/LLVM16 --- too slow ---
|
||||||
|
|
Loading…
Reference in New Issue