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 0b06a38
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
utscapy:
container:
image: python:slim

matrix:

Check error on line 5 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L5

matrix can be defined only under a task, docker_builder or pipe
- 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 0b06a38

Please sign in to comment.