Start config.yml for CircleCI
This commit is contained in:
parent
d37e815f13
commit
42e05c5ad2
1 changed files with 8 additions and 0 deletions
8
.circleci/config.yml
Normal file
8
.circleci/config.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
version: 2.0
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: kovidgoyal/kitty-test:latest
|
||||
steps:
|
||||
- checkout
|
||||
- run: echo "A first hello"
|
||||
Loading…
Reference in a new issue