Skip to content

Commit dce866c

Browse files
committed
Add minimal CircleCI config
We need to add this to the private repo so it is not clobbered on release to OSS. Unfortunately, we cannot stop CircleCI from failing builds on the `orion` branch without a config
1 parent ce67f94 commit dce866c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.circleci/config.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2.1
2+
3+
jobs:
4+
build: # must be called 'build' if not using a workflow
5+
docker:
6+
- image: alpine:latest
7+
8+
steps:
9+
- run: echo "looks good to me!"

0 commit comments

Comments
 (0)