Update install_dependencies.sh and setup_variables.sh
This commit is contained in:
parent
296d61625a
commit
e802cdc194
@ -18,6 +18,10 @@ elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
sudo port select --set pip pip$PYTHON;
|
||||
pip install pyinstaller --user;
|
||||
export PATH=$PATH:$(python3 -c "import site; print(site.USER_BASE)")/bin;
|
||||
|
||||
xcode-select --install
|
||||
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||
brew install gperf cmake openssl coreutils
|
||||
elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||
echo "==Windows=="
|
||||
choco install ccache
|
||||
|
@ -38,7 +38,6 @@ elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
export JAVA_HOME="$(/usr/libexec/java_home -v 14)"
|
||||
export JAVA_INCLUDE_PATH="$(/usr/libexec/java_home -v 14)/include"
|
||||
export CPU_CORES=" -- -j${CPU_CORES_NUM}"
|
||||
export CXXFLAGS="-stdlib=libstdc++"
|
||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
export CMAKE_EXTRA_ARGUMENTS=""
|
||||
export TRAVIS_CPU_ARCH_JAVA="$(tr '[:upper:]' '[:lower:]'<<<"${TRAVIS_CPU_ARCH}")"
|
||||
|
Loading…
Reference in New Issue
Block a user