From 45b670509b355a783a9f634a912660a027b10211 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 3 Feb 2023 15:14:52 +0000 Subject: Disable Travis since ASF support/sponsorship is ending. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1907243 13f79535-47bb-0310-9956-ffa450edef68 --- .travis.yml | 87 ------------------------------------------------------------- 1 file changed, 87 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d9027ea98..000000000 --- a/.travis.yml +++ /dev/null @@ -1,87 +0,0 @@ -language: c -os: linux -dist: bionic -addons: - apt: - packages: - - libtool-bin -env: - global: - - MARGS="-j2" -matrix: - include: - - name: Default - - name: Static - env: CONFIG="--enable-static" - - name: Maintainer-mode - env: CONFIG="--enable-maintainer-mode" - - name: Pool-debug - env: CONFIG="--enable-pool-debug" - - name: Pool-debug, maintainer-mode - env: CONFIG="--enable-pool-debug --enable-maintainer-mode" - - name: Maintainer-mode, no IPv6 - env: CONFIG="--enable-maintainer-mode --disable-ipv6" - - name: Maintainer-mode, -Werror - env: NOTEST_CFLAGS=-Werror - CONFIG="--enable-maintainer-mode" - - name: Maintainer-mode, -Werror (Xenial) - dist: xenial - env: NOTEST_CFLAGS=-Werror - CONFIG="--enable-maintainer-mode" - - name: Maintainer-mode, -Werror (Focal) - dist: focal - env: NOTEST_CFLAGS=-Werror - CONFIG="--enable-maintainer-mode" - - name: GCC 10, maintainer-mode, -Werror (Focal) - dist: focal - env: CC=gcc-10 - NOTEST_CFLAGS="-Werror -O2" - CONFIG="--enable-maintainer-mode" - addons: - apt: - sources: - - sourceline: 'ppa:ubuntu-toolchain-r/test' - packages: - - libtool-bin - - gcc-10 - - name: GCC-10, ASan (Focal) - dist: focal - # w/o ODBC since DSO unload leaks memory and fails the tests - env: CC=gcc-10 - NOTEST_CFLAGS="-fsanitize=address -fno-sanitize-recover=address -fno-omit-frame-pointer -Werror -O2" - CONFIG="--with-odbc=no" - addons: - apt: - sources: - - sourceline: 'ppa:ubuntu-toolchain-r/test' - packages: - - libtool-bin - - gcc-10 - - name: GCC-10, ASan, pool-debug (Focal) - dist: focal - # w/o ODBC since DSO unload leaks memory and fails the tests - env: CC=gcc-10 - NOTEST_CFLAGS="-fsanitize=address -fno-sanitize-recover=address -fno-omit-frame-pointer -Werror -O2" - CONFIG="--enable-pool-debug --with-odbc=no" - addons: - apt: - sources: - - sourceline: 'ppa:ubuntu-toolchain-r/test' - packages: - - libtool-bin - - gcc-10 - - name: GCC-10, UBsan (Focal) - dist: focal - env: CC=gcc-10 - NOTEST_CFLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined -fno-omit-frame-pointer -Werror -O2" - addons: - apt: - sources: - - sourceline: 'ppa:ubuntu-toolchain-r/test' - packages: - - libtool-bin - - gcc-10 - -before_script: sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6' - -script: ./buildconf && ./configure $CONFIG && make $MARGS && make check -- cgit v1.2.1