no message
This commit is contained in:
parent
ab9fa36a68
commit
e02b30c0ba
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
working_directory: ~/SEG2105-Olympus/
|
||||
working_directory: ~/SEG2105-Olympus/OlympusServices
|
||||
docker:
|
||||
- image: circleci/android:api-28-alpha
|
||||
environment:
|
||||
JVM_OPTS: -Xmx3200m
|
||||
steps:
|
||||
- checkout:
|
||||
path: ~/SEG2105-Olympus/OlympusServices
|
||||
path: ~/SEG2105-Olympus
|
||||
- restore_cache:
|
||||
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
|
||||
- run:
|
||||
|
|
Loading…
Reference in a new issue