Skip to content

Commit 94f007f

Browse files
committed
Temporarily bring back build job
1 parent b88b572 commit 94f007f

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

circle.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ workflows:
1313
only: /^v.*/
1414

1515
jobs:
16+
build:
17+
working_directory: ~/code
18+
docker:
19+
- image: mbgl/android-ndk-r21e:latest
20+
environment:
21+
JVM_OPTS: -Xmx3200m
22+
steps:
23+
- checkout
24+
- run:
25+
name: Download Dependencies
26+
command: ./gradlew androidDependencies
27+
28+
# ------------------------------------------------------------------------------
1629
release:
1730
docker:
1831
- image: mbgl/android-ndk-r21e:latest

0 commit comments

Comments
 (0)