From 83f0bb5c411119edf5138f183f207f88613e5eaf Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Fri, 6 May 2016 20:51:31 -0400 Subject: AppVeyor used amalgamation build due to strict build time restrictions Now allows up to 60 minute builds, so build normally. --- src/scripts/ci/appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/scripts/ci/appveyor.yml b/src/scripts/ci/appveyor.yml index d0f59c920..140fbe92d 100644 --- a/src/scripts/ci/appveyor.yml +++ b/src/scripts/ci/appveyor.yml @@ -26,7 +26,7 @@ install: # always build via amalgamation due to build time constraints on appveyor build_script: - - python configure.py --cc=msvc --via-amalgamation --cpu=%PLATFORM% %MODE% + - python configure.py --cc=msvc --cpu=%PLATFORM% %MODE% - nmake - botan-test - nmake install -- cgit v1.2.3