Skip to content

Commit

Permalink
Centralized tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adriacidre committed Apr 4, 2017
1 parent 8c5377d commit c28d356
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ernest-ci
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

9 changes: 8 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
machine:
environment:
ROOTPATH: /home/ubuntu/.go_workspace/src/github.com/ernestio
dependencies:
pre:
- make dev-deps
- mkdir -p $ROOTPATH/
- rm -rf $ROOTPATH/toolset/ && git clone [email protected]:ernestio/toolset.git $ROOTPATH/toolset/
- cd $ROOTPATH/toolset/ernestci/ && bundle install

test:
override:
- make lint
- make test
- ruby $ROOTPATH/toolset/ernestci/run.rb .ernest-ci
- make lint

0 comments on commit c28d356

Please sign in to comment.