mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-05 15:41:39 +02:00
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