Update .cirrus.yml
This commit is contained in:
parent
9af2a9dc3b
commit
8e525bf1d1
|
@ -113,6 +113,9 @@ task:
|
||||||
image: node:latest
|
image: node:latest
|
||||||
compile_script:
|
compile_script:
|
||||||
- make
|
- make
|
||||||
|
- wget https://gist.github.com/martin-frbg/7790c2cd10f4a56fefd7bb8a8309113f/raw/442dddacd1392c5f43ae7f70d6e315331fa5be49/issue4583.cpp
|
||||||
|
- g++ -I. -Ilapack-netlib/LAPACKE/include issue4583.cpp libopenblas.a -lgfortran -o issue4583
|
||||||
|
- ./issue4583
|
||||||
|
|
||||||
task:
|
task:
|
||||||
name: NeoverseN1-ILP64
|
name: NeoverseN1-ILP64
|
||||||
|
|
Loading…
Reference in New Issue