mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Try ARM + OpenJDK11
This commit is contained in:
parent
0797e6ad71
commit
b3c9107cfa
|
@ -15,7 +15,7 @@ jobs:
|
|||
before_install: if [ ! -d $HOME/android-sdk-linux/platforms ]; then curl -s https://storage.googleapis.com/zxing-build/android-sdk-linux.tar.bz2 | bunzip2 | tar xf - -C $HOME; else ls -l $HOME/android-sdk-linux; fi
|
||||
- jdk: openjdk11
|
||||
- jdk: openjdk14
|
||||
- jdk: openjdk8
|
||||
- jdk: openjdk11
|
||||
arch: arm64
|
||||
cache:
|
||||
directories:
|
||||
|
|
Loading…
Reference in a new issue