mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-14 06:46:29 +00:00
11 lines
196 B
YAML
11 lines
196 B
YAML
---
|
|
sudo: required
|
|
services: docker
|
|
|
|
script:
|
|
- docker run --rm --privileged multiarch/qemu-user-static:register
|
|
- make test-amd64
|
|
- make test-s3-amd64
|
|
- make test-arm
|
|
- make test-s3-arm
|