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:
parent
f4d1003bc3
commit
0a8c3880cb
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue