Skip to content

Commit

Permalink
Add Cirrus CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gpotter2 committed Jul 30, 2024
1 parent 18b3d6c commit aa74f53
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
@@ -0,0 +1,12 @@
task:
name: "Cirrus tests"
container:
image: python:slim

matrix:
- name: FreeBSD
freebsd_instance:
image_family: freebsd-14-0

install_script: ./.config/ci/install.sh
test_script: ./.config/ci/test.sh

0 comments on commit aa74f53

Please sign in to comment.