1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-11-13 11:04:27 -05:00

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

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