diff --git a/.cirrus.yml b/.cirrus.yml index 011d446..fc46a89 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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