Browse Source

Add FreeBSD clang/gfortran build with OpenMP

tags/v0.3.25^2
Martin Kroeker GitHub 1 year ago
parent
commit
1cec1c0fc7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      .cirrus.yml

+ 9
- 0
.cirrus.yml View File

@@ -148,6 +148,15 @@ FreeBSD_task:
- ls -l /usr/local/lib
- gmake CC=gcc INTERFACE64=1

FreeBSD_task:
name: FreeBSD-clang-openmp
freebsd_instance:
image_family: freebsd-13-2
install_script:
- pkg update -f && pkg upgrade -y && pkg install -y gmake gcc
compile_script:
- gmake CC=clang FC=gfortran USE_OPENMP=1 CPP_THREAD_SAFETY_TEST=1

#task:
# name: Windows/LLVM16 --- too slow ---
# windows_container:


Loading…
Cancel
Save