Skip to content

Commit 67fcef3

Browse files
authored
Update config.yml
1 parent 8ce2b7e commit 67fcef3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.circleci/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,18 @@ jobs:
1717
- v2-dependencies-{{ checksum "build/build.dependencies" }}
1818
- v2-dependencies-
1919

20-
- run: ./jcompilo.sh update || true
20+
- run:
21+
name: Update Libraries
22+
command: ./jcompilo.sh update || true
2123

2224
- save_cache:
2325
paths:
2426
- ~/repo/lib
2527
key: v2-dependencies-{{ checksum "build/build.dependencies" }}
2628

27-
- run: ./jcompilo.sh
29+
- run:
30+
name: Compile, Test and Package
31+
command: ./jcompilo.sh
2832

2933
- store_test_results:
3034
path: ~/repo/build/artifacts/reports/

0 commit comments

Comments
 (0)