Browse Source

Update .cirrus.yml

pull/4571/head
Martin Kroeker GitHub 1 year ago
parent
commit
7dd9d2c776
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .cirrus.yml

+ 1
- 1
.cirrus.yml View File

@@ -158,7 +158,7 @@ FreeBSD_task:
- 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
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:
# name: Windows/LLVM16 --- too slow ---


Loading…
Cancel
Save