diff options
Diffstat (limited to 'src/scripts/ci/appveyor.yml')
-rw-r--r-- | src/scripts/ci/appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/ci/appveyor.yml b/src/scripts/ci/appveyor.yml index 8552cf9df..bcc5b118a 100644 --- a/src/scripts/ci/appveyor.yml +++ b/src/scripts/ci/appveyor.yml @@ -73,10 +73,10 @@ install: build_script: - if %CONFIG% == Release ( - python configure.py --cc=msvc --cpu=%PLATFORM% %MODE% --with-pkcs11 + python configure.py --cc=msvc --cpu=%PLATFORM% %MODE% ) - if %CONFIG% == Debug ( - python configure.py --cc=msvc --cpu=%PLATFORM% %MODE% --with-pkcs11 --debug-mode + python configure.py --cc=msvc --cpu=%PLATFORM% %MODE% --debug-mode ) - jom -j2 - botan-test |