We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d425a5 commit 1cec1c0Copy full SHA for 1cec1c0
1 file changed
.cirrus.yml
@@ -148,6 +148,15 @@ FreeBSD_task:
148
- ls -l /usr/local/lib
149
- gmake CC=gcc INTERFACE64=1
150
151
+FreeBSD_task:
152
+ name: FreeBSD-clang-openmp
153
+ freebsd_instance:
154
+ image_family: freebsd-13-2
155
+ install_script:
156
+ - pkg update -f && pkg upgrade -y && pkg install -y gmake gcc
157
+ compile_script:
158
+ - gmake CC=clang FC=gfortran USE_OPENMP=1 CPP_THREAD_SAFETY_TEST=1
159
+
160
#task:
161
# name: Windows/LLVM16 --- too slow ---
162
# windows_container:
0 commit comments