mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 02:30:45 +00:00
- Restructure main funcs for clean defer-stack-unwinds - Fix Docker container to handle signals properly - Introduce runsvinit for container init process - Integration test
9 lines
123 B
YAML
9 lines
123 B
YAML
machine:
|
|
services:
|
|
- docker
|
|
|
|
test:
|
|
override:
|
|
- go test -v
|
|
- make CIRCLECI=true SUDO=sudo RM= -C zombietest
|