mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 06:06:09 -06:00
Add FreeBSD CI via Cirrus-CI
This commit is contained in:
parent
1dfd55bf17
commit
6a2364c42c
1 changed files with 9 additions and 0 deletions
9
.cirrus.yml
Normal file
9
.cirrus.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FreeBSD_task:
|
||||
freebsd_instance:
|
||||
image_family: freebsd-14-0
|
||||
setup_script:
|
||||
pkg install -y gmake devel/py-pytest
|
||||
build_script:
|
||||
gmake
|
||||
test_script:
|
||||
gmake test
|
||||
Loading…
Add table
Add a link
Reference in a new issue