enable ci

This commit is contained in:
Tian Jin 2019-12-23 16:33:08 -05:00
parent e9e47edc9e
commit 6c1d0d42c5
1 changed files with 16 additions and 0 deletions

16
.circleci/config.yml Normal file
View 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