Files
pspy/.circleci/config.yml
Dominic Breuker 87639a4cd2 try machine build
2018-03-12 08:58:01 +01:00

12 lines
394 B
YAML

version: 2
jobs:
build:
machine: true
docker:
- image: docker:17.05.0-ce-git
steps:
- checkout
- setup_remote_docker
- run: docker build -f ./docker/Dockerfile.testing -t local/pspy-testing:latest .
- run: docker run -it -v `pwd`/.git:/go/src/github.com/dominicbreuker/pspy/.git -e CC_TEST_REPORTER_ID=$CC_TEST_REPORTER_ID local/pspy-testing:latest