feat(Actions) Enabled multi core building in ci.yml (#88)

This commit is contained in:
Maddy 2022-03-05 15:45:15 -05:00 committed by GitHub
parent ca094e98b1
commit a901a30ba8

View File

@ -25,7 +25,7 @@ jobs:
- name: Build 64bit release DLL
run: |
msbuild /p:Configuration=Release /p:Platform=x64 BigBaseV2.sln
msbuild /p:Configuration=Release /p:Platform=x64 BigBaseV2.sln -m
- name: Check if DLL got built
run: if (-Not (Test-Path -path "bin/Release/BigBaseV2.dll")) {throw 1}