Skip to content

Commit

Permalink
add circle-ci support
Browse files Browse the repository at this point in the history
  • Loading branch information
amebel committed Aug 6, 2015
1 parent e507eb3 commit c69ad16
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
OpenCog
=======
![Build Status](
https://circleci.com/gh/opencog/opencog/tree/master.png?circle-token=:circle-token)

OpenCog is a framework for developing AI systems, especially appropriate
for integrative multi-algorithm systems, and artificial general intelligence
Expand Down
14 changes: 14 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
machine:
services:
- docker

dependencies:
override:
- docker info
- docker pull opencog/opencog-deps
- docker images opencog/opencog-deps

test:
override:
- docker run --rm -v $PWD:/opencog opencog/opencog-deps /bin/sh -c "cd /opencog && /tmp/octool -cabet":
parallel: true

0 comments on commit c69ad16

Please sign in to comment.