Start config.yml for CircleCI
This commit is contained in:
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"
|
||||||
Reference in New Issue
Block a user