We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3caaf commit e63da06Copy full SHA for e63da06
.travis.yml
@@ -49,9 +49,8 @@ jobs:
49
os: osx
50
osx_image: xcode11 # since xcode1.3, python3 is the default interpreter
51
before_script:
52
- # installs java 1.8, android's SDK/NDK and p4a
+ # installs OpenJDK, Android's SDK/NDK and p4a
53
- make -f ci/makefiles/osx.mk
54
- - export JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home
55
script: make testapps/armeabi-v7a
56
- <<: *testapps
57
name: Rebuild updated recipes
0 commit comments