aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-05-06 20:51:31 -0400
committerJack Lloyd <[email protected]>2016-05-06 20:51:31 -0400
commit83f0bb5c411119edf5138f183f207f88613e5eaf (patch)
tree4c3be2d0b859b661f6e6e1d5c17a7ba2b494ffab /src/scripts
parentb4299d7901362879474d7b169b0376887cc5ecb3 (diff)
AppVeyor used amalgamation build due to strict build time restrictions
Now allows up to 60 minute builds, so build normally.
Diffstat (limited to 'src/scripts')
-rw-r--r--src/scripts/ci/appveyor.yml2
1 files changed, 1 insertions, 1 deletions
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