We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5759f90 commit 369cc0fCopy full SHA for 369cc0f
1 file changed
.cirrus.yml
@@ -82,6 +82,15 @@ task:
82
cpu: 8
83
compile_script:
84
- make USE_OPENMP=1
85
+
86
+FreeBSD_task:
87
+ freebsd_instance:
88
+ image_family: freebsd-13-2
89
+ install_script:
90
+ - pkg update -f && pkg upgrade -y && pkg install -y gmake gcc
91
+ compile_script:
92
+ - ls -l /usr/local/lib
93
+ - gmake CC=gcc
94
95
#task:
96
# name: Windows/LLVM16 --- too slow ---
0 commit comments