From 8f7ffa2502786dafe4c692e52da880152503f0c5 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 14 Jun 2023 16:25:04 +0200 Subject: [PATCH] Add basic FreeBSD build --- .cirrus.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 9aeb787b1..462304b0a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -82,6 +82,12 @@ task: cpu: 8 compile_script: - make USE_OPENMP=1 + +task: + name: FreeBSD + freebsd_instance: + compile_script: + - make #task: # name: Windows/LLVM16 --- too slow ---