提交 82b2ac9c 编写于 作者: M Mathieu Bastian

Fix Java path on Mac OS X build

上级 6acf0bc1
......@@ -29,8 +29,8 @@ cache:
- $HOME/.m2
before_install:
# Fix java home path issue on osx (issue #2839)
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then export JAVA_HOME=$(/usr/libexec/java_home);fi
# Fix java home path issue on osx
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then export JAVA_HOME=/Library/Java/JavaVirtualMachines/temurin-8.jdk/Contents/Home;fi
# Build & install innoextract
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then git clone --branch 1.6 --single-branch https://github.com/dscharrer/innoextract.git;fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册