Commit 03c0b2df authored by Constantin Rack's avatar Constantin Rack Committed by GitHub

Merge pull request #2654 from bluca/appveyor

Problems: timeout in curve test, redundant windows and android CI jobs
parents 0a8775e7 067b7b0d
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment