diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-03-16 09:51:17 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-03-16 10:08:15 +0100 |
commit | 7dbb0a87e6b54205ced5ef499d00205686ba65c6 (patch) | |
tree | ac2474cd6683cf75c8ea843e77fe1ac56a4e988f /.travis.yml | |
parent | aab3a77e8c1be2e5333d1ae436ab99d8b8f73580 (diff) | |
download | curl-7dbb0a87e6b54205ced5ef499d00205686ba65c6.tar.gz |
travis: add a rustls build
... that doesn't run any tests (yet)
Closes #6750
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e6ad74c99..408d4b7ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -125,6 +125,16 @@ jobs: - libbrotli-dev - libzstd-dev - env: + - T=debug RUSTLS="yes" C="--with-rustls=$HOME/crust --without-ssl" NOTESTS=1 + addons: + apt: + <<: *common_apt + packages: + - *common_packages + - libpsl-dev + - libbrotli-dev + - libzstd-dev + - env: - T=novalgrind LIBRESSL=yes C="--with-ssl=$HOME/libressl" LD_LIBRARY_PATH=/home/travis/libressl/lib:/usr/local/lib - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - env: |