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

Fix Cirrus CI

This commit is contained in:
Alex Kotov 2022-01-31 13:15:41 +05:00
parent c6990d06d1
commit 17742c3066
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -15,7 +15,7 @@ task:
ruby_task: ruby_task:
script: script:
- pkg install --yes autoconf automake ruby - pkg install --yes autoconf automake ruby rubygem-bundler rubygem-rake
- ./autogen.sh - ./autogen.sh
- ./configure CFLAGS='-O3 -fPIC' - ./configure CFLAGS='-O3 -fPIC'
- make - make