Skip to content

Commit

Permalink
Add CircleCi conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
bguerout committed Apr 6, 2016
1 parent 16d6815 commit 9a526f1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
@@ -0,0 +1 @@
FROM maven:3.3.3-jdk-8
16 changes: 16 additions & 0 deletions circle.yml
@@ -0,0 +1,16 @@
machine:
services:
- docker

branches:
ignore:
- gh-pages
- site

dependencies:
override:
- docker info
- docker build -t jongo-ci .
test:
override:
- docker run -it -v $(pwd):/root/sources -w /root/sources jongo-ci bash build.sh --job IT

0 comments on commit 9a526f1

Please sign in to comment.