add before_script for autoreconf

This commit is contained in:
K.Kosako
2018-06-04 13:01:03 +09:00
parent cb53c186ea
commit 31c0ab95a8

View File

@ -6,5 +6,8 @@ compiler:
install: true
before_script:
- autoreconf -fi
script:
- ./configure && make && make all-test