forked from cory/tildefriends
8 lines
151 B
YAML
8 lines
151 B
YAML
|
version: 2
|
||
|
jobs:
|
||
|
build:
|
||
|
machine: true
|
||
|
steps:
|
||
|
- checkout
|
||
|
- run: docker build -f .circleci/Dockerfile.test .
|