Skip to content

Commit 1cec1c0

Browse files
authored
Add FreeBSD clang/gfortran build with OpenMP
1 parent 9d425a5 commit 1cec1c0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.cirrus.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,15 @@ FreeBSD_task:
148148
- ls -l /usr/local/lib
149149
- gmake CC=gcc INTERFACE64=1
150150

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+
151160
#task:
152161
# name: Windows/LLVM16 --- too slow ---
153162
# windows_container:

0 commit comments

Comments
 (0)