Browse Source
CirrusCI: Add basic FreeBSD build (#4082)
* Add basic FreeBSD build
tags/v0.3.24
Martin Kroeker
GitHub
2 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
9 additions and
0 deletions
-
.cirrus.yml
|
|
@@ -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 --- |
|
|
|