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:
parent
9b886239bb
commit
06275d6d2b
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue