Commit f091dde2 authored by G33tha's avatar G33tha
Browse files

Issue #000 feat: added circleci config

parent 0ce2b158
release-1.7.2 Tags unavailable
No related merge requests found
Showing with 25 additions and 0 deletions
+25 -0
version: 2.1
jobs:
build:
machine:
image: circleci/classic:latest
steps:
- checkout
- run:
name: run build file
command: ./build.sh
test-cases:
docker:
- image: g33tha/node-8.11
steps:
- checkout
- run: sh test.sh
workflows:
version: 2
build_and_test:
jobs:
- build
#- test-cases
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment