1
0
Fork 0

.gitlab-ci.yml: Add --with-srcuri to build step

master
Mike Gerwitz 2017-03-23 12:18:41 -04:00
parent 7c6b884895
commit 632ffe74c0
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ build:
stage: build
script:
- autoreconf -fvi
- ./configure
- ./configure --with-srcuri="$SRCURI"
- npm install
- make all check info pdf html
artifacts: