From 26205671242baa85f7bb06df84ddf92647410647 Mon Sep 17 00:00:00 2001 From: iphydf Date: Wed, 22 Nov 2023 21:43:23 +0000 Subject: [PATCH] perf: Add a KVM FreeBSD build on cirrus ci. --- .cirrus.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 3050eada13..24c5b0853c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -48,3 +48,15 @@ cimple_task: --test_tag_filters=haskell -- //c-toxcore/... + +freebsd_task: + container: + image: toxchat/freebsd:latest + cpu: 2 + memory: 4G + kvm: true + configure_script: + - git submodule update --init --recursive + - cd .. && mv cirrus-ci-build /work/c-toxcore && mkdir cirrus-ci-build + test_all_script: + - cd /work/c-toxcore && .github/scripts/cmake-freebsd