Actually build on Cirrus CI

This commit is contained in:
Alex Kotov 2022-01-31 12:42:28 +05:00
parent f4d1003bc3
commit 0a8c3880cb
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
# We use Cirrus CI to test on FreeBSD.
# For GNU/Linix CI see GitHub Actions.
freebsd_instance:
image_family: freebsd-13-0
task:
script:
- 'echo "Hello, World!'
- ./autogen.sh
- ./configure CFLAGS='-O3 -fPIC'
- make
- make check
- sudo make install