aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDaniel Neus <[email protected]>2016-07-26 18:06:19 +0200
committerDaniel Neus <[email protected]>2016-07-26 18:27:51 +0200
commit4a2c05936e4041cfa56b2fa7c6d5a410d86ead04 (patch)
tree252a808df791a19f6c320ffbdb055d61e71e40d7 /src
parent7944a67bd083189feca3d03a7b1fa45f6b1cd9d3 (diff)
build PKCS#11 module during AppVeyor build
Diffstat (limited to 'src')
-rw-r--r--src/scripts/ci/appveyor.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/scripts/ci/appveyor.yml b/src/scripts/ci/appveyor.yml
index 58e04eea9..c566c22d2 100644
--- a/src/scripts/ci/appveyor.yml
+++ b/src/scripts/ci/appveyor.yml
@@ -23,9 +23,12 @@ install:
call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %PLATFORM%
)
- cl # check compiler version
+
+ - appveyor DownloadFile http://download.qt.io/official_releases/jom/jom.zip -FileName jom.zip
+ - 7z e jom.zip
build_script:
- - python configure.py --cc=msvc --cpu=%PLATFORM% %MODE%
- - nmake
+ - python configure.py --cc=msvc --cpu=%PLATFORM% %MODE% --with-pkcs11
+ - jom
- botan-test
- nmake install