1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-06-30 15:39:00 +00:00

continued attempt to install poppler from cd directory

This commit is contained in:
Stephen Gaito 2019-09-30 10:46:36 +01:00
parent 7f58caabbb
commit 784158cb23
3 changed files with 5 additions and 2 deletions

View File

@ -73,6 +73,7 @@ matrix:
# - os: osx # Until the build passes, then re-enable.
before_install:
- cd
- pwd
- ls -la
- ./.travisScripts/buildPoppler.sh

View File

@ -9,7 +9,9 @@ git clone ${POPPLER_SOURCE}
cd poppler
git checkout tags/${POPPLER_RELEASE} -b poppler-local
git checkout tags/${POPPLER_RELEASE}
git branch
mkdir build

View File

@ -12,7 +12,7 @@ pwd
ls -la
cd ..
cd
pwd