.gitlab-ci.yml (build): Use bootstrap script

No use in maintaining this stuff in two places.
master
Mike Gerwitz 2019-11-18 14:14:38 -05:00
parent d20e2bc78a
commit aff58dab63
1 changed files with 2 additions and 4 deletions

View File

@ -10,10 +10,8 @@ build:
- git submodule update --init --recursive
- git clone https://gitlab.com/mikegerwitz/hoxsl
- export SAXON_CP=/usr/share/ant/lib/saxon9/saxon9he.jar
- autoreconf -fvi
- ./configure
- ( cd tamer && ./bootstrap && ./configure )
- ( cd progtest && npm install && ./autogen.sh && ./configure )
- export HOXSL=hoxsl
- ./bootstrap
- make all check info pdf html
artifacts:
paths: