circle
This commit is contained in:
parent
e3dc69482f
commit
ced0ba1a7d
1 changed files with 16 additions and 0 deletions
16
.circleci/config.yaml
Normal file
16
.circleci/config.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: debian:stretch
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
- run:
|
||||
name: Greeting
|
||||
command: echo Hello, world.
|
||||
|
||||
- run:
|
||||
name: Print the Current Time
|
||||
command: date
|
Loading…
Reference in a new issue