diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-03-11 16:18:53 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-03-12 19:53:45 +0100 |
commit | 1968043407dc616d93d042da85ec2e7c6db2229c (patch) | |
tree | 713ecc1ec0692fcf4805b93893a5cc70c392669f /.travis.yml | |
parent | 8ed71fc4f7116288da75ed85e21fe8c53f4cdfb2 (diff) | |
download | curl-1968043407dc616d93d042da85ec2e7c6db2229c.tar.gz |
travis: split "torture" into a separate "events" build as well
The event-based tests thus run in its own separate build to see if we
manage to get through more torture tests within the total time limit.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 340321f59..e6ad74c99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -299,6 +299,19 @@ jobs: - libzstd-dev - libssh2-1-dev - env: + - T=events + - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" + addons: + apt: + <<: *common_apt + packages: + - *common_packages + - lcov + - libpsl-dev + - libbrotli-dev + - libzstd-dev + - libssh2-1-dev + - env: - T=distcheck - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" addons: |