Skip to content

Commit

Permalink
chore: add circleci config (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnizet committed Feb 9, 2019
1 parent 44a92ec commit 4796490
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .circleci/config.yml
@@ -0,0 +1,17 @@
version: 2
jobs:
build:

working_directory: ~/springmockk

docker:
- image: circleci/openjdk:8-jdk

steps:

- checkout
- run: ./gradlew build
- store_test_results:
path: build/test-results/test
- store_artifacts:
path: build/libs/

0 comments on commit 4796490

Please sign in to comment.