CirrusCI: Add basic FreeBSD build (#4082)

* Add basic FreeBSD build
This commit is contained in:
Martin Kroeker 2023-06-14 20:58:23 +02:00 committed by GitHub
parent 5759f905f2
commit 369cc0fa02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -83,6 +83,15 @@ task:
compile_script:
- make USE_OPENMP=1
FreeBSD_task:
freebsd_instance:
image_family: freebsd-13-2
install_script:
- pkg update -f && pkg upgrade -y && pkg install -y gmake gcc
compile_script:
- ls -l /usr/local/lib
- gmake CC=gcc
#task:
# name: Windows/LLVM16 --- too slow ---
# windows_container: