File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 4646 - uses : actions/checkout@v1 # v1 because of https://github.com/actions/checkout/issues/334
4747 with :
4848 submodules : true
49+ - run : apt install -y autoconf
4950 - run : bundle install --local || bundle install
5051 - run : bundle exec rake compile -- --${{matrix.sys}}-system-libraries
5152 - run : bundle exec rake test
Original file line number Diff line number Diff line change @@ -35,9 +35,11 @@ namespace "gumbo" do
3535 CLOBBER . add ( gtest_pkg )
3636 CLOBBER . add ( gumbotest_configure )
3737 CLOBBER . add ( "gumbo-parser/Makefile.in" )
38- CLOBBER . add ( "gumbo-parser/configure" )
3938 CLOBBER . add ( "gumbo-parser/src/Makefile.in" )
4039 CLOBBER . add ( "gumbo-parser/test/Makefile.in" )
40+ CLOBBER . add ( "gumbo-parser/build-aux/*" )
41+ CLOBBER . add ( "gumbo-parser/autom4te.cache" )
42+ CLOBBER . add ( "gumbo-parser/aclocal.m4" )
4143end
4244
4345desc "Run the gumbo parser test suite"
You can’t perform that action at this time.
0 commit comments