mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 12:40:08 +00:00
corrected installPoppler
This commit is contained in:
parent
784158cb23
commit
d2d186b912
@ -73,7 +73,6 @@ matrix:
|
||||
# - os: osx # Until the build passes, then re-enable.
|
||||
|
||||
before_install:
|
||||
- cd
|
||||
- pwd
|
||||
- ls -la
|
||||
- ./.travisScripts/buildPoppler.sh
|
||||
@ -83,6 +82,8 @@ before_install:
|
||||
#- ./.travisScripts/setupTests.sh
|
||||
|
||||
script:
|
||||
- pwd
|
||||
- ls -la
|
||||
- ./dobuild
|
||||
- ./doinstall
|
||||
- /usr/bin/pdf2htmlEX -v
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
# See: https://github.com/pdf2htmlEX/buildAndPackagingTools/blob/master/building/awsEC2/scripts/doinstallPoppler
|
||||
|
||||
cd poppler/build
|
||||
pushd poppler/build
|
||||
|
||||
sudo make install
|
||||
|
||||
@ -12,7 +12,7 @@ pwd
|
||||
|
||||
ls -la
|
||||
|
||||
cd
|
||||
popd
|
||||
|
||||
pwd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user