Skip to content

Commit

Permalink
Merge pull request #1266 from ipfs/add-circleci
Browse files Browse the repository at this point in the history
add circleci support
  • Loading branch information
jbenet committed Jun 26, 2015
2 parents ac7d25c + 15d9a5c commit 51aeb12
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
machine:
environment:
TEST_NO_FUSE: 1
TEST_VERBOSE: 1
TRAVIS: 1

dependencies:
pre:
# setup ipv6
- sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 net.ipv6.conf.default.disable_ipv6=0 net.ipv6.conf.all.disable_ipv6=0

test:
override:
- make test_go_expensive
- make test_sharness_expensive
3 changes: 2 additions & 1 deletion test/sharness/t0060-daemon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ test_description="Test daemon command"

# this needs to be in a different test than "ipfs daemon --init" below
test_expect_success "setup IPFS_PATH" '
IPFS_PATH="$(pwd)/.ipfs"
IPFS_PATH="$(pwd)/.ipfs" &&
export IPFS_PATH
'

# NOTE: this should remove bootstrap peers (needs a flag)
Expand Down

0 comments on commit 51aeb12

Please sign in to comment.