forked from dokku-alt/dokku-alt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcircle.yml
28 lines (25 loc) · 795 Bytes
/
circle.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
machine:
services:
- docker
dependencies:
override:
- docker info
- make docker_build
test:
override:
- make docker_tests TESTS=apps/acl
- make docker_tests TESTS=apps/config
- make docker_tests TESTS=apps/dockerfile
- make docker_tests TESTS=apps/gitsubmodules
- make docker_tests TESTS=apps/go
- make docker_tests TESTS=apps/htpasswd
- make docker_tests TESTS=apps/java
- make docker_tests TESTS=apps/mariadb
- make docker_tests TESTS=apps/mongodb
- make docker_tests TESTS=apps/multi
- make docker_tests TESTS=apps/nodejs-express
- make docker_tests TESTS=apps/php
- make docker_tests TESTS=apps/php-multi
- make docker_tests TESTS=apps/postgresql
- make docker_tests TESTS=apps/python-flask
- make docker_tests TESTS=apps/buildstep-image