librdkafka/.travis.yml

150 строки
5.9 KiB
YAML
Исходник Обычный вид История

2013-05-20 00:04:40 +04:00
language: c
dist: trusty
2016-02-03 15:31:27 +03:00
cache: ccache
addons:
apt:
packages:
- python3
- python3-pip
- python3-setuptools
# required by openssl installer
- perl
matrix:
include:
- name: "Linux GCC: +Debian packages +BuiltinRegex +Strict"
os: linux
compiler: gcc
env: ADDITIONAL_BUILDS="debian" LINKAGE=std
before_script:
- ./configure --CFLAGS="-std=c99" --CXXFLAGS="-std=c++98" --install-deps --disable-lz4-ext --disable-regex-ext --prefix="$PWD/dest" --enable-strip
- name: "RPM packages"
if: tag IS present
os: linux
compiler: gcc
env: ADDITIONAL_BUILDS="centos" SKIP_MAKE=y
- name: "Linux clang: +alpine +manylinux"
os: linux
compiler: clang
env: ADDITIONAL_BUILDS="alpine manylinux2010_x86_64" LINKAGE=std
before_script:
- ./configure --install-deps --disable-lz4-ext --prefix="$PWD/dest" --enable-werror --enable-strip
- name: "Linux clang: +static +alpine-static -gssapi"
if: tag IS present
2019-06-20 13:06:54 +03:00
os: linux
compiler: clang
env: ADDITIONAL_BUILDS="alpine-static" LINKAGE=static
before_script:
- ./configure --enable-static --install-deps --source-deps-only --disable-gssapi --disable-lz4-ext --prefix="$PWD/dest" --enable-strip
- name: "OSX GCC"
os: osx
compiler: gcc
2019-06-20 13:06:54 +03:00
env: LINKAGE=std
before_script:
- ./configure --install-deps --disable-lz4-ext --prefix="$PWD/dest" --enable-werror --enable-strip
- name: "OSX clang: +static"
os: osx
# Use an older image to disable syslog and for broader compatibility
# with old and new osx versions.
osx_image: xcode9.2
compiler: clang
env: LINKAGE=static HOMEBREW_NO_AUTO_UPDATE=1
before_script:
- ./configure --install-deps --disable-lz4-ext --prefix="$PWD/dest" --enable-static --disable-syslog --enable-strip
Build static librdkafka_windows.a with travis and mingw (@neptoess, #3130) * Build static librdkafka_windows.a with travis * Update paths to match Travis MinGW build script * Update DLL paths * Replace tabs with spaces * Don't use msys2 rm, just use regular travis one * Add Win32 DLLs to MinGW C++ pkg-config * Relocate MinGW target_link_libraries to allow building executables * Update CMakeLists.txt to include pkg-config for Windows DLLs for static MinGW builds * Write to librdkafka.a instead of librdkafka_windows.a Update CMakeLists.txt to only generate -static .pc files when building static lib Run cmake-format on CMakeLists.txt * Update packing script for different .a file name * Separate MinGW static build and dynamic build Turn WITH_SASL=ON for Windows build so OATHBEARER SASL can be used * Restore previous whitespace style in CMakeLists.txt * CMakeLists.txt formatting * Undo CMakeLists.txt whitespace-only changes Remove cmake options where we like the defaults Add libdl and libz to static MinGW build to support WITH_PLUGINS and WITH_ZLIB * Fix accidental tab characters in packaging/mingw-w64/travis-before-install.sh * Default WITH_PLUGINS to ON on Windows CMake builds Remove libdl from MinGW build Fix typo when WITHOUT_WIN32_CONFIG is ON * Modify CMAKE_FIND_LIBRARY_SUFFIXES instead of deleting .dll.a files * Make use of Libs.private * Fix a CMake check using WITH_PLUGINS when it should have been using WITH_LIBDL * Add strip calls for MinGW static libraries * Slight CMakeLists.txt refactor per SpaceIm comment * Move CMAKE_FIND_LIBRARY_SUFFIXES from CMakeLists.txt to the Travis build script Co-authored-by: neptoess <neptoess@gmail.com>
2021-04-07 09:30:24 +03:00
- name: "Windows MinGW-w64 Dynamic"
os: windows
env:
- SKIP_MAKE=y
before_install:
- source ./packaging/mingw-w64/travis-before-install.sh
before_script:
- ./packaging/mingw-w64/configure-build-msys2-mingw.sh
Build static librdkafka_windows.a with travis and mingw (@neptoess, #3130) * Build static librdkafka_windows.a with travis * Update paths to match Travis MinGW build script * Update DLL paths * Replace tabs with spaces * Don't use msys2 rm, just use regular travis one * Add Win32 DLLs to MinGW C++ pkg-config * Relocate MinGW target_link_libraries to allow building executables * Update CMakeLists.txt to include pkg-config for Windows DLLs for static MinGW builds * Write to librdkafka.a instead of librdkafka_windows.a Update CMakeLists.txt to only generate -static .pc files when building static lib Run cmake-format on CMakeLists.txt * Update packing script for different .a file name * Separate MinGW static build and dynamic build Turn WITH_SASL=ON for Windows build so OATHBEARER SASL can be used * Restore previous whitespace style in CMakeLists.txt * CMakeLists.txt formatting * Undo CMakeLists.txt whitespace-only changes Remove cmake options where we like the defaults Add libdl and libz to static MinGW build to support WITH_PLUGINS and WITH_ZLIB * Fix accidental tab characters in packaging/mingw-w64/travis-before-install.sh * Default WITH_PLUGINS to ON on Windows CMake builds Remove libdl from MinGW build Fix typo when WITHOUT_WIN32_CONFIG is ON * Modify CMAKE_FIND_LIBRARY_SUFFIXES instead of deleting .dll.a files * Make use of Libs.private * Fix a CMake check using WITH_PLUGINS when it should have been using WITH_LIBDL * Add strip calls for MinGW static libraries * Slight CMakeLists.txt refactor per SpaceIm comment * Move CMAKE_FIND_LIBRARY_SUFFIXES from CMakeLists.txt to the Travis build script Co-authored-by: neptoess <neptoess@gmail.com>
2021-04-07 09:30:24 +03:00
- name: "Windows MinGW-w64 Static"
os: windows
env:
- SKIP_MAKE=y
before_install:
- source ./packaging/mingw-w64/travis-before-install.sh
before_script:
- ./packaging/mingw-w64/configure-build-msys2-mingw-static.sh
2019-09-01 11:00:00 +03:00
- name: "Linux GCC: +integration-tests +copyright-check +doc-check"
os: linux
dist: xenial
compiler: gcc
2019-09-01 11:00:00 +03:00
env: NO_ARTIFACTS=y RUN_INTEGRATION_TESTS=y COPYRIGHT_CHECK=y DOC_CHECK=y
before_script:
- wget -O rapidjson-dev.deb https://launchpad.net/ubuntu/+archive/primary/+files/rapidjson-dev_1.1.0+dfsg2-3_all.deb
- sudo dpkg -i rapidjson-dev.deb
- sudo pip3 install -r tests/requirements.txt
2019-09-01 11:00:00 +03:00
- sudo apt update
- sudo apt install -y doxygen graphviz gdb
- ./configure --install-deps --disable-lz4-ext --prefix="$PWD/dest"
- name: "Linux GCC: +devel +code-cov"
os: linux
dist: bionic
compiler: gcc
env: NO_ARTIFACTS=y
before_script:
- sudo apt update
- sudo apt install -y gdb
- ./configure --enable-devel --disable-lz4-ext --prefix="$PWD/dest"
- ./packaging/tools/rdutcoverage.sh
- name: "Linux GCC arm64: +static -gssapi"
os: linux
arch: arm64
2020-12-31 14:06:34 +03:00
dist: bionic
compiler: gcc
env: LINKAGE=std
before_script:
- ./configure --CFLAGS="-std=c99" --CXXFLAGS="-std=c++98" --disable-gssapi --install-deps --enable-static --disable-lz4-ext --prefix="$PWD/dest" --enable-strip
- name: "Linux GCC s390x: +devel"
os: linux
2020-11-07 21:43:54 +03:00
arch: s390x
dist: bionic
compiler: gcc
env: NO_ARTIFACTS=y
before_script:
- sudo apt install -y gdb
- ./configure --enable-devel --disable-lz4-ext --prefix="$PWD/dest"
2020-11-07 21:43:54 +03:00
install:
- ccache -s || echo "CCache is not available."
- rm -rf artifacts dest
- mkdir dest artifacts
2020-12-31 14:06:34 +03:00
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then sudo apt update || true; fi
- if [[ $TRAVIS_DIST == "trusty" || $TRAVIS_DIST == "xenial" ]]; then sudo apt-get install -y libssl1.0.0 libssl-dev ; fi
- if [[ $TRAVIS_DIST == "bionic" || $TRAVIS_DIST == "focal" ]]; then sudo apt-get install -y libssl1.1 libssl-dev ; fi
before_cache:
- if [[ $TRAVIS_OS_NAME == windows ]]; then $msys2 pacman --sync --clean --noconfirm ; fi
2014-03-16 11:53:42 +04:00
script:
2020-11-07 21:43:54 +03:00
- if [[ $SKIP_MAKE != y ]]; then (make -j2 all examples check && make -j2 -C tests build) || travis_terminate 1 ; fi
- if [[ $SKIP_MAKE != y && $RUN_INTEGRATION_TESTS != y ]]; then make -C tests run_local_quick ; fi
2020-11-07 21:43:54 +03:00
- if [[ $SKIP_MAKE != y ]]; then make install || travis_terminate 1 ; fi
- if [[ -z $NO_ARTIFACTS ]]; then (cd dest && tar cvzf ../artifacts/librdkafka-${CC}.tar.gz .) ; fi
- if [[ -n $TRAVIS_TAG ]]; then for distro in $ADDITIONAL_BUILDS ; do packaging/tools/distro-build.sh $distro --enable-strip || travis_terminate 1 ; done ; fi
2020-11-07 21:43:54 +03:00
- if [[ $COPYRIGHT_CHECK == y ]]; then make copyright-check || travis_terminate 1; fi
- if [[ $DOC_CHECK == y ]]; then make docs || travis_terminate 1 ; fi
- if [[ $RUN_INTEGRATION_TESTS == y ]]; then (cd tests && travis_retry ./interactive_broker_version.py -c "make quick" 2.7.0) || travis_terminate 1 ; fi
- if [[ -f tests/core ]] && (which gdb >/dev/null); then (cd tests && LD_LIBRARY_PATH=../src:../src-cpp gdb ./test-runner core < backtrace.gdb) ; fi
deploy:
provider: s3
access_key_id:
2018-12-03 23:07:22 +03:00
secure: "m8FQrFesK0xSS1wHo2S7cuWkpO7VB91dBmj1XIYLRXZSkbMpKBJATcFcHNbrAp3slEp7wLAnT7CHrQ4ccQi4H68Z7mjEwdq4VKRE+7zqJ/feK8MOFNeSHWLQzgwLUYlRlc9+tzLNwxMuL2ilWgdjKOArsUVHo9LEKNfQ3T6zCJU="
secret_access_key:
2018-12-03 23:07:22 +03:00
secure: "GE6O0gk5VRervntCKAmczfBdSOvbr9bouJ15H2rpcOgHi8KTDEjI/NS69eLiRRSHBCARtcRqN4wfgy+/dn7D1VklY8a1rAKu02wGjw+fq7k7GVSSmynR/aF619R4SIABsaAhNCwswXnLHuLlq8HFk5ulG3z8DUvYBczB45bWZfQ="
bucket: librdkafka-ci-packages
region: us-west-1
2021-04-16 18:12:47 +03:00
skip_cleanup: true
local-dir: artifacts
upload-dir: librdkafka/p-librdkafka__bld-travis__plat-${TRAVIS_OS_NAME}__arch-${TRAVIS_CPU_ARCH}__tag-${TRAVIS_TAG}__sha-${TRAVIS_COMMIT}__bid-${TRAVIS_JOB_NUMBER}__lnk-${LINKAGE}
on:
repo: edenhill/librdkafka
all_branches: true
tags: true
condition: $NO_ARTIFACTS != y