mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-17 04:50:57 +08:00
Merge pull request #2654 from bluca/appveyor
Problems: timeout in curve test, redundant windows and android CI jobs
This commit is contained in:
commit
03c0b2dfe2
@ -11,7 +11,6 @@ dist: trusty
|
||||
env:
|
||||
matrix:
|
||||
- BUILD_TYPE=default CURVE=tweetnacl DRAFT=enabled
|
||||
- BUILD_TYPE=android CURVE=tweetnacl
|
||||
- BUILD_TYPE=cmake CURVE=tweetnacl
|
||||
- BUILD_TYPE=default
|
||||
# tokens to deploy releases on OBS and create/delete temporary branch on Github.
|
||||
@ -74,6 +73,9 @@ matrix:
|
||||
packages:
|
||||
- g++-6
|
||||
- gcc-6
|
||||
- env: BUILD_TYPE=android CURVE=tweetnacl
|
||||
os: linux
|
||||
dist: trusty
|
||||
|
||||
sudo: required
|
||||
|
||||
|
@ -31,10 +31,6 @@ environment:
|
||||
configuration: Release
|
||||
WITH_LIBSODIUM: OFF
|
||||
ENABLE_CURVE: OFF
|
||||
- platform: Win32
|
||||
configuration: Release
|
||||
WITH_LIBSODIUM: ON
|
||||
ENABLE_CURVE: OFF
|
||||
- platform: Win32
|
||||
configuration: Release
|
||||
WITH_LIBSODIUM: OFF
|
||||
|
@ -170,7 +170,7 @@ foreach(test ${tests})
|
||||
endforeach()
|
||||
|
||||
#override timeout for these tests
|
||||
set_tests_properties(test_security_curve PROPERTIES TIMEOUT 20)
|
||||
set_tests_properties(test_security_curve PROPERTIES TIMEOUT 60)
|
||||
|
||||
#Check whether all tests in the current folder are present
|
||||
file(READ "${CMAKE_CURRENT_LIST_FILE}" CURRENT_LIST_FILE_CONTENT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user