1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-11-13 11:04:27 -05:00
libkernaux/.cirrus.yml
2022-01-31 13:15:41 +05:00

26 lines
567 B
YAML

# We use Cirrus CI to test on FreeBSD.
# For GNU/Linix CI see GitHub Actions.
freebsd_instance:
image_family: freebsd-13-0
task:
script:
- pkg install --yes autoconf automake
- ./autogen.sh
- ./configure --enable-tests CFLAGS='-O3 -fPIC'
- make
- make check
- sudo make install
ruby_task:
script:
- pkg install --yes autoconf automake ruby rubygem-bundler rubygem-rake
- ./autogen.sh
- ./configure CFLAGS='-O3 -fPIC'
- make
- sudo make install
- cd pkgs/ruby
- bundle install
- rake compile
- rake