diff options
author | lloyd <[email protected]> | 2015-04-28 12:23:46 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-04-28 12:23:46 +0000 |
commit | 44a04ee7ed896ea92295c8d2c4b8c9d294892c1c (patch) | |
tree | 2731018e5b5bc6081114bbad011d2e5d0252385d /appveyor.yml | |
parent | 6e1d6ad41ffb01c4747e3aa7bda387d058c2fa27 (diff) |
AppVeyor - try running tests, build via amalgamation
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 0061908db..3b780e3a9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,5 +4,6 @@ install: - call "%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86 build_script: - - python configure.py --cpu=x86_32 + - python configure.py --via-amalgamation --cpu=x86_32 --cc=msvc - nmake + - botan-test |