Skip to content

Commit a1dcada

Browse files
committed
Included CircleCI config
Signed-off-by: Olli Janatuinen <[email protected]>
1 parent 936fc81 commit a1dcada

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
jobs:
3+
build:
4+
machine: true
5+
6+
steps:
7+
- checkout
8+
9+
- run:
10+
name: Run CI
11+
command: hack/ci/run-ci

0 commit comments

Comments
 (0)