1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-02-17 15:45:32 -05:00

Do not install Ruby docs on Cirrus CI

This commit is contained in:
Alex Kotov 2022-02-01 06:51:08 +05:00
parent f1d65459e8
commit 9443cbdab5
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -24,7 +24,7 @@ ruby_freebsd_task:
- wget https://cache.ruby-lang.org/pub/ruby/3.0/ruby-3.0.3.tar.gz
- tar -xzf ruby-3.0.3.tar.gz
- cd ruby-3.0.3
- ./configure
- ./configure --disable-install-doc
- make
- sudo make install
main_build_script: