Update .cirrus.yml
This commit is contained in:
parent
52b71a1673
commit
7dd9d2c776
|
@ -158,7 +158,7 @@ FreeBSD_task:
|
||||||
- pkg update -f && pkg upgrade -y && pkg install -y gmake gcc
|
- pkg update -f && pkg upgrade -y && pkg install -y gmake gcc
|
||||||
- ln -s /usr/local/lib/gcc12/libgfortran.so.5.0.0 /usr/lib/libgfortran.so
|
- ln -s /usr/local/lib/gcc12/libgfortran.so.5.0.0 /usr/lib/libgfortran.so
|
||||||
compile_script:
|
compile_script:
|
||||||
- gmake CC=clang FC=gfortran USE_OPENMP=1 CPP_THREAD_SAFETY_TEST=1
|
- gmake CC=clang FC=gfortran USE_OPENMP=1 DEBUG=1 CPP_THREAD_SAFETY_TEST=1
|
||||||
|
|
||||||
#task:
|
#task:
|
||||||
# name: Windows/LLVM16 --- too slow ---
|
# name: Windows/LLVM16 --- too slow ---
|
||||||
|
|
Loading…
Reference in New Issue