1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 11:31:54 +08:00
Files
kubo/circle.yml
Juan Batiz-Benet 15d9a5ccae add circleci support
License: MIT
Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
2015-06-26 02:07:58 -07:00

16 lines
323 B
YAML

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