arch: !!python/tuple [cygwin64]
build: !!python/tuple [std]
conf: !!python/tuple [std]
+ - 'liburcu_{version}_{buildtype}':
+ buildtype: freebsdbuild
+ arch: !!python/tuple [freebsd]
+ build: !!python/tuple [std]
+ conf: !!python/tuple [std]
+ version:
+ - stable-0.12
+ - master
- 'liburcu_{version}_cppcheck'
- 'liburcu_{version}_scan-build'
- 'liburcu_{version}_coverity':
export PYTHON_CONFIG="python3-config"
;;
+freebsd)
+ export MAKE=gmake
+ export TAR=tar
+ export NPROC="getconf _NPROCESSORS_ONLN"
+ export CPPFLAGS="-I/usr/local/include"
+ export LDFLAGS="-L/usr/local/lib"
+ export PYTHON="python3"
+ export PYTHON_CONFIG="python3-config"
+ ;;
+
*)
export MAKE=make
export TAR=tar