mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 14:24:28 +00:00
Configuring CircleCI to perform docker build to "test"
This commit is contained in:
parent
88032acbfb
commit
32e5f94a87
2 changed files with 8 additions and 1 deletions
6
build
6
build
|
@ -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
3
circle.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
test:
|
||||
override:
|
||||
- ./build
|
Loading…
Reference in a new issue