diff options
author | lloyd <[email protected]> | 2015-05-12 02:34:43 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-05-12 02:34:43 +0000 |
commit | c0ae7770d7a0dc1c3e2b56ee0aa610e360454e2a (patch) | |
tree | ec20d2e43cb3df134272620c688936e56012e81c /src/scripts | |
parent | 3040288bb40ca638cc7b91f557bf0a61159dbcf8 (diff) |
Use static amalgamation build for AppVeyor as the static library
is more likely to run into problems. Discussion in GH #52 #88
Diffstat (limited to 'src/scripts')
-rw-r--r-- | src/scripts/ci/appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/appveyor.yml b/src/scripts/ci/appveyor.yml index d005b0421..41625440d 100644 --- a/src/scripts/ci/appveyor.yml +++ b/src/scripts/ci/appveyor.yml @@ -4,6 +4,6 @@ install: - call "%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86 build_script: - - python configure.py --via-amalgamation --cpu=x86_32 --cc=msvc --cc-abi-flags="/bigobj" + - python configure.py --disable-shared --via-amalgamation --cpu=x86_32 --cc=msvc --cc-abi-flags="/bigobj" - nmake - botan-test |