2014-03-17 00:55:18 +01:00
|
|
|
# all features are built in these directories
|
2013-06-16 01:25:14 +02:00
|
|
|
test_dirs:
|
|
|
|
- test
|
2014-03-17 00:55:18 +01:00
|
|
|
|
|
|
|
features:
|
|
|
|
- variant=release asserts=production debug-symbols=on
|
|
|
|
- encryption=openssl statistics=on logging=verbose disk-stats=on dht=logging request-log=on allocator=debug debug-iterators=on
|
|
|
|
|
|
|
|
# all build_features are built in these directories
|
|
|
|
build_dirs:
|
|
|
|
- tools
|
|
|
|
- examples
|
2013-09-29 21:38:48 +02:00
|
|
|
- bindings/python
|
2013-06-16 01:25:14 +02:00
|
|
|
|
2014-03-17 00:55:18 +01:00
|
|
|
build_features:
|
|
|
|
- ipv6=off
|
|
|
|
- deprecated-functions=off
|
|
|
|
- logging=verbose
|
|
|
|
- statistics=on
|
|
|
|
- asserts=off
|
|
|
|
- asserts=production debug
|
|
|
|
- asserts=on release
|
|
|
|
- ipv6=off dht=off extensions=off logging=none deprecated-functions=off invariant-checks=off
|
|
|
|
|
2013-06-17 08:54:00 +02:00
|
|
|
project: libtorrent
|
2013-06-16 01:25:14 +02:00
|
|
|
|
2014-07-06 21:18:00 +02:00
|
|
|
branch: aio
|
2013-06-17 08:54:00 +02:00
|
|
|
|
2013-06-20 05:20:02 +02:00
|
|
|
clean:
|
2013-10-05 21:14:42 +02:00
|
|
|
- test_tmp_*
|
2013-06-20 05:20:02 +02:00
|
|
|
|
2014-05-07 07:57:09 +02:00
|
|
|
time_limit: 600
|
2013-06-17 03:30:45 +02:00
|
|
|
|