diff options
author | Daniel Neus <[email protected]> | 2016-07-28 10:06:35 +0200 |
---|---|---|
committer | Daniel Neus <[email protected]> | 2016-07-28 10:06:35 +0200 |
commit | 71ac66b1e4e7ef88eed808c837df0bc049f946b1 (patch) | |
tree | 77358e21c565d813b12309503a3236a4fe5eca9e /src/scripts | |
parent | 464bc8baf029d737ae594eebb064757aec51a76e (diff) |
Set AppVeyor parallel builds to "2"
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 |