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 5722c74fa1
commit 9042a75d00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}