ruby / racc

Racc is an LALR(1) parser generator. It is written in Ruby itself, and generates ruby programs.
Other
535 stars 88 forks source link

Check `rake build` on CI #250

Closed yui-knk closed 10 months ago

yui-knk commented 10 months ago

Sometimes rake build is broken. For example in v1.7.2, mismatch of "cparse-jruby.jar" path between racc.gemspec and Rakefile makes rake build failed. Add a check on CI to detect such problem in advance.

This is an example of failure detected by CI. https://github.com/yui-knk/racc/actions/runs/6740737770/job/18324268757