mirror of
https://github.com/vee1e/kubeedge.git
synced 2026-09-01 18:27:38 +00:00
Create config.yml
This commit is contained in:
parent
df61c88d19
commit
ddf9256890
1 changed files with 14 additions and 0 deletions
14
.circleci/config.yml
Normal file
14
.circleci/config.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue