Skip to content

Commit 14b3fd3

Browse files
author
Jim Li
authored
Add circle-CI 2.0 configuration (#76)
Previously, ngc-omnibox was on circleCI 1.0, which got sunsetted on Mar 15, 2019. This will allow new pull requests to run through circle CI before publishing
1 parent b32bcf9 commit 14b3fd3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.circleci/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
jobs:
3+
build:
4+
docker:
5+
- image: circleci/node:10.15.3
6+
steps:
7+
- run: echo "circleCI online"
8+
- checkout
9+
- run: npm install
10+
- run: npm test

0 commit comments

Comments
 (0)