corrected brew installs for travis homebrew

This commit is contained in:
Stephen Gaito 2020-06-02 13:45:26 +00:00
parent 2904663ad2
commit 5941fb40c4
3 changed files with 29 additions and 1 deletions

View 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 \

View File

@ -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