-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcircle.yml
More file actions
28 lines (22 loc) · 603 Bytes
/
circle.yml
File metadata and controls
28 lines (22 loc) · 603 Bytes
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
28
machine:
services:
- docker
dependencies:
cache_directories:
- ~/docker
override:
- docker info
- curl -fsSL https://git.io/v2Ifs -o ~/bin/circleci-matrix
- chmod +x ~/bin/circleci-matrix
- pip install --user -U scikit-ci-addons
- cd $HOME && git clone git://github.com/python-cmake-buildsystem/python-cmake-buildsystem --branch dashboard --depth 1 scripts
- circleci-matrix:
parallel: true
environment:
STEP: dependencies
test:
override:
- circleci-matrix:
parallel: true
environment:
STEP: test