Skip to content

Commit 03a2bc6

Browse files
committed
Build 'core' project in CircleCI
Part of #66.
1 parent 821cfc6 commit 03a2bc6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.circleci/config.yml

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
version: 2
22
jobs:
3+
core:
4+
docker:
5+
- image: circleci/openjdk:8-jdk-node-browsers
6+
working_directory: ~/repo
7+
steps:
8+
- checkout
9+
- run: ./gradlew --version
10+
- run: ./gradlew :core:build
311
android:
412
docker:
513
- image: circleci/android:api-29
@@ -65,6 +73,7 @@ workflows:
6573
version: 2
6674
Tests:
6775
jobs:
76+
- core
6877
- android
6978
- cli
7079
- web

0 commit comments

Comments
 (0)