Skip to content

Commit 369cc0f

Browse files
authored
CirrusCI: Add basic FreeBSD build (#4082)
* Add basic FreeBSD build
1 parent 5759f90 commit 369cc0f

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
@@ -82,6 +82,15 @@ task:
8282
cpu: 8
8383
compile_script:
8484
- 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
8594

8695
#task:
8796
# name: Windows/LLVM16 --- too slow ---

0 commit comments

Comments
 (0)