Skip to content

Commit cf57116

Browse files
committed
ci: Unique android DOCKER case
1 parent 7afe6a8 commit cf57116

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,9 @@ script:
6464
- mkdir -p target/"$TARGET";
6565
- >
6666
case "$TARGET" in
67-
*-linux-android) DOCKER=android ;; # Android uses a local docker image
68-
*-linux-androideabi) DOCKER=android ;;
69-
*-apple-darwin) ;;
70-
*) DOCKER=$TARGET ;;
67+
*-linux-android*) DOCKER=android ;; # Android uses a local docker image
68+
*-apple-darwin) ;;
69+
*) DOCKER="$TARGET";;
7170
esac;
7271
if [ -n "$DOCKER" ]; then
7372
sh ci/build-run-docker.sh "$DOCKER" "$TARGET" "$SKIP_TESTS";

0 commit comments

Comments
 (0)