1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 23:42:20 +08:00

add circleci support

License: MIT
Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
This commit is contained in:
Juan Batiz-Benet
2015-05-21 00:12:37 -04:00
parent 1a77297182
commit 15d9a5ccae

15
circle.yml Normal file
View File

@ -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