diff options
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 c566c22d2..e4c5fd1dd 100644 --- a/src/scripts/ci/appveyor.yml +++ b/src/scripts/ci/appveyor.yml @@ -29,6 +29,6 @@ install: build_script: - python configure.py --cc=msvc --cpu=%PLATFORM% %MODE% --with-pkcs11 - - jom + - jom -j2 - botan-test - nmake install |