Create config.yml

This commit is contained in:
Weibin Lin 2018-11-07 09:49:00 +08:00 committed by GitHub
parent df61c88d19
commit ddf9256890
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.circleci/config.yml Normal file
View file

@ -0,0 +1,14 @@
version: 2
jobs:
build:
docker:
- image: circleci/golang:1.11.1
working_directory: /go/src/kubeedge
steps:
- checkout
- run: make
workflows:
version: 2
workflow:
jobs:
- build