mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-14 06:12:27 +00:00
Add testing of minecraft-server image in CircleCI
This commit is contained in:
parent
70f49be4fc
commit
a5614ec03b
1 changed files with 6 additions and 1 deletions
|
@ -6,7 +6,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- setup_remote_docker
|
- setup_remote_docker
|
||||||
- run: docker build minecraft-server
|
- run: docker build -t mc:$CIRCLE_BUILD_NUM minecraft-server
|
||||||
|
- run:
|
||||||
|
name: Test default version and type
|
||||||
|
no_output_timeout: "10s"
|
||||||
|
command: |
|
||||||
|
docker run -t --rm -e EULA=TRUE mc:$CIRCLE_BUILD_NUM | grep "[Server thread/INFO]: Done"
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
|
Loading…
Reference in a new issue