BitBetter/.circleci/config.yml

16 lines
391 B
YAML
Raw Normal View History

2017-10-22 19:29:38 +02:00
version: 2
jobs:
build:
docker:
- image: microsoft/dotnet:2-sdk
steps:
- checkout
- run:
name: Print the Current Time
command: date
- setup_remote_docker
2017-10-22 19:38:44 +02:00
- run: { name: 'Get docker', command: 'curl -fsSL get.docker.com -o get-docker.sh && sh get-docker.sh' }
2017-10-22 19:29:38 +02:00
- run:
name: Build script
command: ./build.sh