dockcross/circle.yml

38 lines
920 B
YAML
Raw Normal View History

2016-03-02 16:21:14 +01:00
machine:
# XXX: btrfs circleCI fix, see: https://github.com/docker/docker/issues/9939 and https://github.com/Sabayon/docker-stage3-base-amd64/commit/8c1bf737113a278dd2f
pre:
- sudo curl -L -o /usr/bin/docker 'https://s3-external-1.amazonaws.com/circle-downloads/docker-1.9.0-circleci'
- sudo chmod 0755 /usr/bin/docker
2016-03-02 16:21:14 +01:00
services:
- docker
dependencies:
2016-09-21 06:32:05 +02:00
cache_directories:
- "~/docker"
2016-03-02 16:21:14 +01:00
override:
- docker info
- curl -fsSL https://git.io/v2Ifs -o ~/bin/circleci-matrix
- chmod +x ~/bin/circleci-matrix
2016-03-02 16:21:14 +01:00
test:
override:
- circleci-matrix:
parallel: true
environment:
STEP: dependencies
- circleci-matrix:
parallel: true
2016-04-13 03:32:13 +02:00
timeout: 3000
environment:
STEP: test
2016-03-02 18:24:00 +01:00
deployment:
hub:
branch: master
commands:
- circleci-matrix:
parallel: true
environment:
STEP: deployment