diff options
author | Mike Gerwitz <mike.gerwitz@ryansg.com> | 2019-11-18 14:14:38 -0500 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@ryansg.com> | 2019-11-18 14:15:21 -0500 |
commit | aff58dab63ec5c199e8baa9a884e3634d1aaf98a (patch) | |
tree | 32213f330ee02afe4e6aab33270fbd2311f8fc56 /.gitlab-ci.yml | |
parent | d20e2bc78a7418e35460c2ec65c99294292b20d7 (diff) | |
download | tame-aff58dab63ec5c199e8baa9a884e3634d1aaf98a.tar.gz tame-aff58dab63ec5c199e8baa9a884e3634d1aaf98a.tar.bz2 tame-aff58dab63ec5c199e8baa9a884e3634d1aaf98a.zip |
.gitlab-ci.yml (build): Use bootstrap script
No use in maintaining this stuff in two places.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4f53e6..525dc5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: |