put pdf2htmlex_prefix into reSourceVersionEnvs

This commit is contained in:
Stephen Gaito 2019-12-17 16:44:24 +00:00
parent 8f496afa8b
commit f7295b7388
3 changed files with 5 additions and 1 deletions

View File

@ -15,6 +15,8 @@ export PDF2HTMLEX_BRANCH=update-poppler
export PDF2HTMLEX_PREFIX=/usr/local
echo "export PDF2HTMLEX_PREFIX=\"$PDF2HTMLEX_PREFIX\"" >> buildScripts/reSourceVersionEnvs
################
# do the build

View File

@ -15,6 +15,8 @@ export PDF2HTMLEX_BRANCH=update-poppler
export PDF2HTMLEX_PREFIX=toBeDetermined
echo "export PDF2HTMLEX_PREFIX=\"$PDF2HTMLEX_PREFIX\"" >> buildScripts/reSourceVersionEnvs
################
# do the build

View File

@ -10,9 +10,9 @@ echo " build dir: [$TRAVIS_BUILD_DIR]"
echo " repo slug: [$TRAVIS_REPO_SLUG]"
echo "Build env:"
echo " prefix: [$PDF2HTMLEX_PREFIX]"
echo " unattended: [$UNATTENDED]"
echo " make parallel: [$MAKE_PARALLEL]"
source ./buildScripts/reSourceVersionEnvs
echo "pdf2htmlEX env:"