Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Commit

Permalink
Enable Circle CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Sembera committed Jul 21, 2019
1 parent 2a56221 commit 47b35d0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8-jdk
working_directory: ~/repo
environment:
JVM_OPTS: -Xmx3200m
steps:
- checkout
- run: sbt test:test it:test

0 comments on commit 47b35d0

Please sign in to comment.