mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 20:50:07 +00:00
corrected brew installs for travis homebrew
This commit is contained in:
parent
2904663ad2
commit
5941fb40c4
28
buildScripts/getBuildToolsHomeBrew
Executable file
28
buildScripts/getBuildToolsHomeBrew
Executable file
@ -0,0 +1,28 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This bash script automates getting the required build tools (brew install)
|
||||
|
||||
echo ""
|
||||
echo "-------------------------------------------------------------------"
|
||||
echo "INSTALLING Build Tools (using Home/Linux Brew)"
|
||||
echo "-------------------------------------------------------------------"
|
||||
echo ""
|
||||
|
||||
set -ev
|
||||
|
||||
brew update
|
||||
brew install \
|
||||
autoconf \
|
||||
libtool \
|
||||
make \
|
||||
gettext \
|
||||
openjdk \
|
||||
jq \
|
||||
tree
|
||||
|
||||
# Removed the following for homeBrew (macos on travis)
|
||||
# git \
|
||||
# pkg-config \
|
||||
# cmake \
|
||||
# ruby \
|
||||
# gcc \
|
@ -15,7 +15,7 @@ export PDF2HTMLEX_BRANCH="$(git rev-parse --abbrev-ref HEAD)"
|
||||
|
||||
./buildScripts/versionEnvs
|
||||
./buildScripts/reportEnvs
|
||||
./buildScripts/getBuildToolsBrew
|
||||
./buildScripts/getBuildToolsHomeBrew
|
||||
./buildScripts/getDevLibrariesBrew
|
||||
./buildScripts/getPoppler
|
||||
./buildScripts/buildPoppler
|
||||
|
Loading…
Reference in New Issue
Block a user