Added /MP to nmake build

This commit is contained in:
Paul-Louis Ageneau
2020-11-14 16:04:22 +01:00
parent 344895ced1
commit 44bf8b99ef

View File

@ -52,6 +52,7 @@ jobs:
- name: nmake
run: |
cd build
set CL=/MP
nmake
- name: test
run: build/tests.exe