mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2023-10-10 13:36:57 +02:00
16 lines
391 B
YAML
16 lines
391 B
YAML
version: 2
|
|
jobs:
|
|
build:
|
|
docker:
|
|
- image: microsoft/dotnet:2-sdk
|
|
steps:
|
|
- checkout
|
|
- run:
|
|
name: Print the Current Time
|
|
command: date
|
|
- setup_remote_docker
|
|
- run: { name: 'Get docker', command: 'curl -fsSL get.docker.com -o get-docker.sh && sh get-docker.sh' }
|
|
- run:
|
|
name: Build script
|
|
command: ./build.sh
|