1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 16:48:49 -05:00

travis: whitespace-only changes for consistency

Automatically apply a consistent indentation with:

    python3 -c 'from ruamel.yaml import YAML;y=YAML();d=y.load(open(".travis.yml"));y.width=500;y.dump(d,open(".travis.yml.new","w"))'

followed by manually re-indenting three comments.

Closes #5370
This commit is contained in:
Peter Wu 2020-05-12 22:38:29 +02:00
parent a158a09166
commit 1753e4140b

View File

@ -22,453 +22,453 @@
language: c language: c
sudo: required sudo: required
cache: cache:
directories: directories:
- $HOME/wolfssl-4.4.0-stable - $HOME/wolfssl-4.4.0-stable
- $HOME/mesalink-1.0.0 - $HOME/mesalink-1.0.0
- $HOME/nghttp2-1.39.2 - $HOME/nghttp2-1.39.2
env: env:
global: global:
- LD_LIBRARY_PATH=/usr/local/lib - LD_LIBRARY_PATH=/usr/local/lib
addons: addons:
apt: apt:
config: config:
retries: true retries: true
sources: &common_sources sources: &common_sources
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: &common_packages packages: &common_packages
- cmake - cmake
- gcc-8 - gcc-8
- valgrind - valgrind
- libev-dev - libev-dev
- libc-ares-dev - libc-ares-dev
- g++-8 - g++-8
- libstdc++-8-dev - libstdc++-8-dev
- stunnel4 - stunnel4
- libidn2-0-dev - libidn2-0-dev
- gnutls-bin - gnutls-bin
- python-impacket - python-impacket
matrix: matrix:
include: include:
- os: linux - os: linux
compiler: gcc compiler: gcc
dist: trusty dist: trusty
env: env:
- T=normal C="--with-gssapi --with-libssh2" CHECKSRC=1 - T=normal C="--with-gssapi --with-libssh2" CHECKSRC=1
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
addons: addons:
apt: apt:
sources: sources:
- *common_sources - *common_sources
packages: packages:
- *common_packages - *common_packages
- krb5-user - krb5-user
- libssh2-1-dev - libssh2-1-dev
- os: linux - os: linux
compiler: gcc compiler: gcc
dist: trusty dist: trusty
env: env:
- T=normal C=--with-libssh - T=normal C=--with-libssh
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
addons: addons:
apt: apt:
sources: sources:
- *common_sources - *common_sources
packages: packages:
- *common_packages - *common_packages
- libssh-dev - libssh-dev
- os: linux - os: linux
compiler: gcc compiler: gcc
dist: trusty dist: trusty
env: env:
- T=normal C="--enable-ares" - T=normal C="--enable-ares"
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
- os: linux - os: linux
compiler: gcc compiler: gcc
dist: trusty dist: trusty
env: env:
- T=normal C="--enable-mqtt" - T=normal C="--enable-mqtt"
- os: linux - os: linux
compiler: gcc compiler: gcc
dist: bionic dist: bionic
env: env:
- T=normal C="--disable-verbose" CPPFLAGS="-Wno-variadic-macros" NOTESTS=1 - T=normal C="--disable-verbose" CPPFLAGS="-Wno-variadic-macros" NOTESTS=1
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
addons: addons:
apt: apt:
sources: sources:
- *common_sources - *common_sources
packages: packages:
- *common_packages - *common_packages
- libpsl-dev - libpsl-dev
- libbrotli-dev - libbrotli-dev
- os: linux - os: linux
compiler: gcc compiler: gcc
dist: bionic dist: bionic
before_install: before_install:
# Install and use the current stable release of Go # Install and use the current stable release of Go
- gimme --list - gimme --list
- eval "$(gimme stable)" - eval "$(gimme stable)"
- gimme --list - gimme --list
env: env:
- T=novalgrind BORINGSSL=yes C="--with-ssl=$HOME/boringssl" LD_LIBRARY_PATH=/home/travis/boringssl/lib:/usr/local/lib - T=novalgrind BORINGSSL=yes C="--with-ssl=$HOME/boringssl" LD_LIBRARY_PATH=/home/travis/boringssl/lib:/usr/local/lib
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
addons: addons:
apt: apt:
sources: sources:
- ppa:longsleep/golang-backports - ppa:longsleep/golang-backports
- *common_sources - *common_sources
packages: packages:
- *common_packages - *common_packages
- os: linux - os: linux
compiler: gcc compiler: gcc
dist: bionic dist: bionic
before_install: before_install:
# Install and use the current stable release of Go # Install and use the current stable release of Go
- gimme --list - gimme --list
- eval "$(gimme stable)" - eval "$(gimme stable)"
- gimme --list - gimme --list
env: env:
- T=novalgrind BORINGSSL=yes QUICHE="yes" C="--with-ssl=$HOME/boringssl --with-quiche=$HOME/quiche/target/release --enable-alt-svc" LD_LIBRARY_PATH=/home/travis/boringssl/lib:$HOME/quiche/target/release:/usr/local/lib - T=novalgrind BORINGSSL=yes QUICHE="yes" C="--with-ssl=$HOME/boringssl --with-quiche=$HOME/quiche/target/release --enable-alt-svc" LD_LIBRARY_PATH=/home/travis/boringssl/lib:$HOME/quiche/target/release:/usr/local/lib
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
addons: addons:
apt: apt:
sources: sources:
- *common_sources - *common_sources
packages: packages:
- *common_packages - *common_packages
- libpsl-dev - libpsl-dev
- libbrotli-dev - libbrotli-dev
- os: linux - os: linux
compiler: gcc compiler: gcc
dist: xenial dist: xenial
env: env:
- T=novalgrind NGTCP2=yes C="--with-ssl=$HOME/ngbuild --with-ngtcp2=$HOME/ngbuild --with-nghttp3=$HOME/ngbuild --enable-alt-svc" NOTESTS= - T=novalgrind NGTCP2=yes C="--with-ssl=$HOME/ngbuild --with-ngtcp2=$HOME/ngbuild --with-nghttp3=$HOME/ngbuild --enable-alt-svc" NOTESTS=
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
addons: addons:
apt: apt:
sources: sources:
- *common_sources - *common_sources
packages: packages:
- *common_packages - *common_packages
- libpsl-dev - libpsl-dev
- libbrotli-dev - libbrotli-dev
- os: linux - os: linux
compiler: gcc compiler: gcc
dist: xenial dist: xenial
env: env:
- T=novalgrind NGTCP2=yes GNUTLS=yes C="PKG_CONFIG_PATH=$HOME/ngbuild --without-ssl --with-gnutls=$HOME/ngbuild --with-ngtcp2=$HOME/ngbuild --with-nghttp3=$HOME/ngbuild --enable-alt-svc" NOTESTS= - T=novalgrind NGTCP2=yes GNUTLS=yes C="PKG_CONFIG_PATH=$HOME/ngbuild --without-ssl --with-gnutls=$HOME/ngbuild --with-ngtcp2=$HOME/ngbuild --with-nghttp3=$HOME/ngbuild --enable-alt-svc" NOTESTS=
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
addons: addons:
apt: apt:
sources: sources:
- *common_sources - *common_sources
packages: packages:
- *common_packages - *common_packages
- libpsl-dev - libpsl-dev
- libbrotli-dev - libbrotli-dev
- autogen - autogen
- automake - automake
- autopoint - autopoint
- bison - bison
- gperf - gperf
- libgmp-dev - libgmp-dev
- libopts25-dev - libopts25-dev
- libp11-kit-dev - libp11-kit-dev
- libtasn1-6-dev - libtasn1-6-dev
- nettle-dev - nettle-dev
- os: linux - os: linux
compiler: gcc compiler: gcc
dist: bionic dist: bionic
env: env:
- T=debug-wolfssl C="--with-wolfssl --without-ssl" - T=debug-wolfssl C="--with-wolfssl --without-ssl"
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
addons: addons:
apt: apt:
sources: sources:
- *common_sources - *common_sources
packages: packages:
- *common_packages - *common_packages
- libpsl-dev - libpsl-dev
- libbrotli-dev - libbrotli-dev
- os: linux - os: linux
compiler: gcc compiler: gcc
dist: bionic dist: bionic
env: env:
- T=debug-mesalink C="--with-mesalink --without-ssl" - T=debug-mesalink C="--with-mesalink --without-ssl"
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
addons: addons:
apt: apt:
sources: sources:
- *common_sources - *common_sources
packages: packages:
- *common_packages - *common_packages
- libpsl-dev - libpsl-dev
- libbrotli-dev - libbrotli-dev
- os: linux - os: linux
compiler: clang compiler: clang
dist: xenial dist: xenial
env: env:
- T=debug - T=debug
- OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7" - OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
addons: addons:
apt: apt:
sources: sources:
- *common_sources - *common_sources
- llvm-toolchain-xenial-7 - llvm-toolchain-xenial-7
packages: packages:
- *common_packages - *common_packages
- clang-7 - clang-7
- libpsl-dev - libpsl-dev
- libbrotli-dev - libbrotli-dev
- os: linux - os: linux
compiler: clang compiler: clang
dist: xenial dist: xenial
env: env:
- T=debug C="--enable-alt-svc" - T=debug C="--enable-alt-svc"
- OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7" - OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
addons: addons:
apt: apt:
sources: sources:
- *common_sources - *common_sources
- llvm-toolchain-xenial-7 - llvm-toolchain-xenial-7
packages: packages:
- *common_packages - *common_packages
- clang-7 - clang-7
- libpsl-dev - libpsl-dev
- libbrotli-dev - libbrotli-dev
- os: linux - os: linux
compiler: clang compiler: clang
dist: xenial dist: xenial
env: env:
- T=debug C="--with-mbedtls --without-ssl" - T=debug C="--with-mbedtls --without-ssl"
- OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7" - OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
addons: addons:
apt: apt:
sources: sources:
- *common_sources - *common_sources
- llvm-toolchain-xenial-7 - llvm-toolchain-xenial-7
packages: packages:
- *common_packages - *common_packages
- clang-7 - clang-7
- libpsl-dev - libpsl-dev
- libbrotli-dev - libbrotli-dev
- libmbedtls-dev - libmbedtls-dev
- os: linux - os: linux
compiler: clang compiler: clang
dist: bionic dist: bionic
env: env:
- T=debug C="--with-gnutls --without-ssl" - T=debug C="--with-gnutls --without-ssl"
- OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7" - OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
addons: addons:
apt: apt:
sources: sources:
- *common_sources - *common_sources
- llvm-toolchain-bionic-7 - llvm-toolchain-bionic-7
packages: packages:
- *common_packages - *common_packages
- clang-7 - clang-7
- libgnutls28-dev - libgnutls28-dev
- libpsl-dev - libpsl-dev
- libbrotli-dev - libbrotli-dev
- os: linux - os: linux
compiler: clang compiler: clang
dist: bionic dist: bionic
env: env:
- T=debug C="--with-nss --without-ssl" NOTESTS=1 CPPFLAGS="-isystem /usr/include/nss" - T=debug C="--with-nss --without-ssl" NOTESTS=1 CPPFLAGS="-isystem /usr/include/nss"
- OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7" - OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
addons: addons:
apt: apt:
sources: sources:
- *common_sources - *common_sources
- llvm-toolchain-bionic-7 - llvm-toolchain-bionic-7
packages: packages:
- *common_packages - *common_packages
- clang-7 - clang-7
- libnss3-dev - libnss3-dev
- libpsl-dev - libpsl-dev
- libbrotli-dev - libbrotli-dev
- os: linux - os: linux
compiler: gcc compiler: gcc
dist: trusty dist: trusty
env: env:
- T=iconv - T=iconv
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
- os: linux - os: linux
compiler: gcc compiler: gcc
dist: bionic dist: bionic
before_install: before_install:
# Install and use the current stable release of Go (for boringssl) # Install and use the current stable release of Go (for boringssl)
- gimme --list - gimme --list
- eval "$(gimme stable)" - eval "$(gimme stable)"
- gimme --list - gimme --list
env: env:
- T=cmake BORINGSSL=yes QUICHE=yes C="-DUSE_QUICHE=1 -DOPENSSL_ROOT_DIR=$HOME/boringssl" - T=cmake BORINGSSL=yes QUICHE=yes C="-DUSE_QUICHE=1 -DOPENSSL_ROOT_DIR=$HOME/boringssl"
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
- PKG_CONFIG_PATH="$HOME/quiche/target/release" - PKG_CONFIG_PATH="$HOME/quiche/target/release"
addons: addons:
apt: apt:
sources: sources:
- *common_sources - *common_sources
packages: packages:
- *common_packages - *common_packages
- libpsl-dev - libpsl-dev
- libbrotli-dev - libbrotli-dev
- os: linux - os: linux
compiler: clang compiler: clang
dist: bionic dist: bionic
env: env:
- T=cmake NGTCP2=yes C="-DUSE_NGTCP2=ON" - T=cmake NGTCP2=yes C="-DUSE_NGTCP2=ON"
- OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7" - OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
- PKG_CONFIG_PATH="$HOME/ngbuild/lib/pkgconfig" - PKG_CONFIG_PATH="$HOME/ngbuild/lib/pkgconfig"
addons: addons:
apt: apt:
sources: sources:
- *common_sources - *common_sources
- llvm-toolchain-bionic-7 - llvm-toolchain-bionic-7
packages: packages:
- *common_packages - *common_packages
- clang-7 - clang-7
- libpsl-dev - libpsl-dev
- libbrotli-dev - libbrotli-dev
- os: linux - os: linux
compiler: gcc compiler: gcc
dist: xenial dist: xenial
env: env:
- T=torture - T=torture
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
addons: addons:
apt: apt:
sources: sources:
- *common_sources - *common_sources
packages: packages:
- *common_packages - *common_packages
- lcov - lcov
- libpsl-dev - libpsl-dev
- libbrotli-dev - libbrotli-dev
- libssh2-1-dev - libssh2-1-dev
- os: linux - os: linux
compiler: gcc compiler: gcc
dist: bionic dist: bionic
env: env:
- T=distcheck - T=distcheck
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
addons: addons:
apt: apt:
sources: sources:
- *common_sources - *common_sources
packages: packages:
- *common_packages - *common_packages
- libpsl-dev - libpsl-dev
- libbrotli-dev - libbrotli-dev
- os: linux - os: linux
compiler: clang compiler: clang
dist: bionic dist: bionic
env: env:
- T=fuzzer - T=fuzzer
- OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7" - OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
addons: addons:
apt: apt:
sources: sources:
- *common_sources - *common_sources
- llvm-toolchain-bionic-7 - llvm-toolchain-bionic-7
packages: packages:
- *common_packages - *common_packages
- clang-7 - clang-7
- libpsl-dev - libpsl-dev
- libbrotli-dev - libbrotli-dev
- os: linux - os: linux
compiler: clang compiler: clang
dist: bionic dist: bionic
env: env:
- T=tidy - T=tidy
- OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7" - OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
addons: addons:
apt: apt:
sources: sources:
- *common_sources - *common_sources
- llvm-toolchain-bionic-7 - llvm-toolchain-bionic-7
packages: packages:
- *common_packages - *common_packages
- clang-7 - clang-7
- clang-tidy-7 - clang-tidy-7
- libpsl-dev - libpsl-dev
- libbrotli-dev - libbrotli-dev
- os: linux - os: linux
compiler: clang compiler: clang
dist: bionic dist: bionic
env: env:
- T=scan-build - T=scan-build
- OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7" - OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
addons: addons:
apt: apt:
sources: sources:
- *common_sources - *common_sources
- llvm-toolchain-bionic-7 - llvm-toolchain-bionic-7
packages: packages:
- *common_packages - *common_packages
- clang-7 - clang-7
- libpsl-dev - libpsl-dev
- libbrotli-dev - libbrotli-dev
- os: linux - os: linux
compiler: clang compiler: clang
dist: xenial dist: xenial
env: env:
- T=debug CFLAGS="-fsanitize=address,undefined,signed-integer-overflow -fno-sanitize-recover=undefined,integer -Wformat -Werror=format-security -Werror=array-bounds -g" LDFLAGS="-fsanitize=address,undefined -fno-sanitize-recover=undefined,integer" LIBS="-ldl -lubsan" - T=debug CFLAGS="-fsanitize=address,undefined,signed-integer-overflow -fno-sanitize-recover=undefined,integer -Wformat -Werror=format-security -Werror=array-bounds -g" LDFLAGS="-fsanitize=address,undefined -fno-sanitize-recover=undefined,integer" LIBS="-ldl -lubsan"
- OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7" - OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
addons: addons:
apt: apt:
sources: sources:
- *common_sources - *common_sources
- llvm-toolchain-xenial-7 - llvm-toolchain-xenial-7
packages: packages:
- *common_packages - *common_packages
- clang-7 - clang-7
- libpsl-dev - libpsl-dev
- libbrotli-dev - libbrotli-dev
- os: linux - os: linux
arch: arm64 arch: arm64
compiler: gcc compiler: gcc
dist: bionic dist: bionic
env: env:
- T=debug C="--enable-alt-svc" - T=debug C="--enable-alt-svc"
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
addons: addons:
apt: apt:
sources: sources:
- *common_sources - *common_sources
packages: packages:
- *common_packages - *common_packages
- libpsl-dev - libpsl-dev
- libbrotli-dev - libbrotli-dev
- libev-dev - libev-dev
- libssl-dev - libssl-dev
- libtool - libtool
- pkg-config - pkg-config
- zlib1g-dev - zlib1g-dev
before_install: before_install:
- export "${OVERRIDE_CC-blank=}" - export "${OVERRIDE_CC-blank=}"
- export "${OVERRIDE_CXX-blank=}" - export "${OVERRIDE_CXX-blank=}"
install: install:
- if [ "$T" = "coverage" ]; then pip2 install --user cpp-coveralls; fi - if [ "$T" = "coverage" ]; then pip2 install --user cpp-coveralls; fi
# before_script and script: # before_script and script:
# Travis isn't reliable catching errors in inline script commands (#3730). # Travis isn't reliable catching errors in inline script commands (#3730).
# Do not add anything here, instead add to the respective script. # Do not add anything here, instead add to the respective script.
before_script: before_script:
- ./scripts/travis/before_script.sh || travis_terminate 1 - ./scripts/travis/before_script.sh || travis_terminate 1
script: script:
- ./scripts/travis/script.sh || travis_terminate 1 - ./scripts/travis/script.sh || travis_terminate 1
# whitelist branches to avoid testing feature branches twice (as branch and as pull request) # whitelist branches to avoid testing feature branches twice (as branch and as pull request)
branches: branches:
only: only:
- master - master
- /\/ci$/ - /\/ci$/
notifications: notifications:
email: false email: false