Configuring CircleCI to perform docker build to "test"

This commit is contained in:
Geoff Bourne 2015-03-05 14:30:46 -06:00
parent 88032acbfb
commit 32e5f94a87
2 changed files with 8 additions and 1 deletions

6
build
View file

@ -1,4 +1,8 @@
pkgs="ubuntu-openjdk-7 gvm spring-boot"
pkgs=ubuntu-openjdk-7
pkgs=$pkgs:minecraft-server
pkgs=$pkgs:elasticsearch
pkgs=$pkgs:titan-gremlin
pkgs=$pkgs:cassandra
for p in $pkgs
do

3
circle.yml Normal file
View file

@ -0,0 +1,3 @@
test:
override:
- ./build