mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 06:06:09 -06:00
9 lines
178 B
YAML
9 lines
178 B
YAML
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
|