mirror of
https://github.com/DominicBreuker/pspy.git
synced 2025-12-20 19:24:50 +00:00
11 lines
318 B
YAML
11 lines
318 B
YAML
version: 2
|
|
jobs:
|
|
build:
|
|
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 -e CC_TEST_REPORTER_ID=$CC_TEST_REPORTER_ID local/pspy-testing:latest
|