File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 46
46
- uses : actions/checkout@v1 # v1 because of https://github.com/actions/checkout/issues/334
47
47
with :
48
48
submodules : true
49
+ - run : apt install -y autoconf
49
50
- run : bundle install --local || bundle install
50
51
- run : bundle exec rake compile -- --${{matrix.sys}}-system-libraries
51
52
- run : bundle exec rake test
Original file line number Diff line number Diff line change @@ -35,9 +35,11 @@ namespace "gumbo" do
35
35
CLOBBER . add ( gtest_pkg )
36
36
CLOBBER . add ( gumbotest_configure )
37
37
CLOBBER . add ( "gumbo-parser/Makefile.in" )
38
- CLOBBER . add ( "gumbo-parser/configure" )
39
38
CLOBBER . add ( "gumbo-parser/src/Makefile.in" )
40
39
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" )
41
43
end
42
44
43
45
desc "Run the gumbo parser test suite"
You can’t perform that action at this time.
0 commit comments