mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-17 07:03:57 +00:00
Configuring CircleCI to perform docker build to "test"
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user