1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-04 17:18:40 +00:00

corrected installPoppler

This commit is contained in:
Stephen Gaito 2019-09-30 10:54:53 +01:00
parent 784158cb23
commit d2d186b912
2 changed files with 4 additions and 3 deletions

View File

@ -73,7 +73,6 @@ 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
@ -83,6 +82,8 @@ before_install:
#- ./.travisScripts/setupTests.sh #- ./.travisScripts/setupTests.sh
script: script:
- pwd
- ls -la
- ./dobuild - ./dobuild
- ./doinstall - ./doinstall
- /usr/bin/pdf2htmlEX -v - /usr/bin/pdf2htmlEX -v

View File

@ -4,7 +4,7 @@
# See: https://github.com/pdf2htmlEX/buildAndPackagingTools/blob/master/building/awsEC2/scripts/doinstallPoppler # See: https://github.com/pdf2htmlEX/buildAndPackagingTools/blob/master/building/awsEC2/scripts/doinstallPoppler
cd poppler/build pushd poppler/build
sudo make install sudo make install
@ -12,7 +12,7 @@ pwd
ls -la ls -la
cd popd
pwd pwd