Merge pull request #5 from clang-ykt/enable-ci

enable ci
This commit is contained in:
Tian Jin 2019-12-23 16:35:06 -05:00 committed by GitHub
commit 43b559b025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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