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:
|
2014-11-30 11:07:19 +01:00
|
|
|
- variant=test_release
|
|
|
|
- variant=test_debug
|
2014-03-17 00:55:18 +01:00
|
|
|
|
|
|
|
# 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
|
2014-08-16 09:46:06 +02:00
|
|
|
- exception-handling=off
|
2014-03-17 00:55:18 +01:00
|
|
|
- logging=verbose
|
|
|
|
- asserts=off
|
|
|
|
- asserts=production debug
|
|
|
|
- asserts=on release
|
2014-11-30 11:07:19 +01:00
|
|
|
- variant=test_barebones
|
2015-01-01 19:03:56 +01:00
|
|
|
- link=shared boost-link=shared
|
2014-03-17 00:55:18 +01:00
|
|
|
|
2013-06-17 08:54:00 +02:00
|
|
|
project: libtorrent
|
2013-06-16 01:25:14 +02:00
|
|
|
|
2014-07-15 04:09:34 +02:00
|
|
|
branch: trunk
|
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
|
|
|
|