mirror of
https://github.com/bstansell/conserver.git
synced 2024-12-18 20:37:56 +00:00
15 lines
275 B
YAML
15 lines
275 B
YAML
env:
|
|
CIRRUS_CLONE_DEPTH: 1
|
|
|
|
freebsd_12_task:
|
|
freebsd_instance:
|
|
image: freebsd-12-0-release-amd64
|
|
install_script:
|
|
- pkg install -y autoconf
|
|
build_script:
|
|
- autoconf
|
|
- ./configure || { cat config.log; exit 1; }
|
|
- make
|
|
test_script:
|
|
- make test
|