Skip to content

Commit 06f4bb5

Browse files
committed
Add CircleCI
Signed-off-by: Yong Tang <[email protected]>
1 parent 780eb22 commit 06f4bb5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.circleci/config.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
jobs:
3+
build:
4+
docker:
5+
- image: debian:stretch
6+
7+
steps:
8+
- checkout
9+
10+
- run:
11+
name: Greeting
12+
command: echo Hello, world.
13+
14+
- run:
15+
name: Print the Current Time
16+
command: date

0 commit comments

Comments
 (0)