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 14:04:03 +05:00
parent 9b886239bb
commit 06275d6d2b
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -15,8 +15,9 @@ task:
ruby_task:
dependencies_script:
- pkg install --yes autoconf automake git
- pkg install --yes autoconf automake git wget
ruby_cache:
fingerprint_key: ruby-3.0.3
folder: ruby-3.0.3
populate_script:
- wget https://cache.ruby-lang.org/pub/ruby/3.0/ruby-3.0.3.tar.gz
@ -26,6 +27,9 @@ ruby_task:
- make
- cd ..
script:
- cd ruby-3.0.3
- sudo make install
- cd ..
- ./autogen.sh
- ./configure CFLAGS='-O3 -fPIC'
- make