Browse Source

CirrusCI: Add basic FreeBSD build (#4082)

* Add basic FreeBSD build
tags/v0.3.24
Martin Kroeker GitHub 2 years ago
parent
commit
369cc0fa02
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      .cirrus.yml

+ 9
- 0
.cirrus.yml View File

@@ -82,6 +82,15 @@ task:
cpu: 8
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 ---


Loading…
Cancel
Save