Skip to content

Commit

Permalink
Issue #000 feat: added circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
G33tha committed Dec 9, 2018
1 parent cee24d6 commit 7de9fa6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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

0 comments on commit 7de9fa6

Please sign in to comment.