mirror of
https://github.com/curl/curl.git
synced 2026-07-08 23:27:16 +03:00
travis: Add ngtcp2 and quiche tests for CMake
To avoid an explosion of jobs, extend the existing CMake tests with ngtcp2 and quiche support. macOS was previously moved to GitHub actions, so the non-Linux case can be dropped.
This commit is contained in:
parent
5d8c53d320
commit
ac26be86f3
2 changed files with 11 additions and 9 deletions
|
|
@ -106,13 +106,8 @@ if [ "$T" = "iconv" ]; then
|
|||
fi
|
||||
|
||||
if [ "$T" = "cmake" ]; then
|
||||
if [ $TRAVIS_OS_NAME = linux ]; then
|
||||
cmake -H. -Bbuild -DCURL_WERROR=ON
|
||||
cmake --build build
|
||||
else
|
||||
cmake -H. -Bbuild -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DCURL_DISABLE_LDAP=ON -DCURL_DISABLE_LDAPS=ON
|
||||
cmake --build build
|
||||
fi
|
||||
cmake -H. -Bbuild -DCURL_WERROR=ON $C
|
||||
cmake --build build
|
||||
fi
|
||||
|
||||
if [ "$T" = "distcheck" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue