mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 12:40:08 +00:00
continued attempt to install poppler from cd directory
This commit is contained in:
parent
7f58caabbb
commit
784158cb23
@ -73,6 +73,7 @@ matrix:
|
||||
# - os: osx # Until the build passes, then re-enable.
|
||||
|
||||
before_install:
|
||||
- cd
|
||||
- pwd
|
||||
- ls -la
|
||||
- ./.travisScripts/buildPoppler.sh
|
||||
|
@ -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
|
||||
|
||||
|
@ -12,7 +12,7 @@ pwd
|
||||
|
||||
ls -la
|
||||
|
||||
cd ..
|
||||
cd
|
||||
|
||||
pwd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user