Skip to content

Commit

Permalink
perf: Add a KVM FreeBSD build on cirrus ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Nov 22, 2023
1 parent 47e77d1 commit 2620567
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2620567

Please sign in to comment.