mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
10 lines
178 B
YAML
10 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
|