Add Cirrus CI task "ruby"

This commit is contained in:
Alex Kotov 2022-01-31 13:08:06 +05:00
parent 9fdcf96a0d
commit c6990d06d1
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 12 additions and 0 deletions

View File

@ -12,3 +12,15 @@ task:
- make
- make check
- sudo make install
ruby_task:
script:
- pkg install --yes autoconf automake ruby
- ./autogen.sh
- ./configure CFLAGS='-O3 -fPIC'
- make
- sudo make install
- cd pkgs/ruby
- bundle install
- rake compile
- rake