1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-02 16:25:41 +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. # - os: osx # Until the build passes, then re-enable.
before_install: before_install:
- cd
- pwd - pwd
- ls -la - ls -la
- ./.travisScripts/buildPoppler.sh - ./.travisScripts/buildPoppler.sh

View File

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

View File

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