diff options
author | Simon Warta <[email protected]> | 2015-07-10 00:57:15 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-07-10 00:57:35 +0200 |
commit | 6c421f58a2d9c2c8878d58bb98e3c501f99d00d8 (patch) | |
tree | fa2866621cdaad4ed04015ae8b66316a720969f7 /src/scripts/ci/appveyor.yml | |
parent | 41c73d83218e968c6f7ed0b71bc63f8684152c50 (diff) |
Test make install in CI
Diffstat (limited to 'src/scripts/ci/appveyor.yml')
-rw-r--r-- | src/scripts/ci/appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scripts/ci/appveyor.yml b/src/scripts/ci/appveyor.yml index 41625440d..df8d4d834 100644 --- a/src/scripts/ci/appveyor.yml +++ b/src/scripts/ci/appveyor.yml @@ -7,3 +7,4 @@ build_script: - python configure.py --disable-shared --via-amalgamation --cpu=x86_32 --cc=msvc --cc-abi-flags="/bigobj" - nmake - botan-test + - nmake install |