mirror of
https://github.com/kkos/oniguruma
synced 2025-10-30 08:05:50 +08:00
add before_script for autoreconf
This commit is contained in:
@ -6,5 +6,8 @@ compiler:
|
||||
|
||||
install: true
|
||||
|
||||
before_script:
|
||||
- autoreconf -fi
|
||||
|
||||
script:
|
||||
- ./configure && make && make all-test
|
||||
|
||||
Reference in New Issue
Block a user