mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-28 20:32:36 +00:00
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…
Add table
Add a link
Reference in a new issue