feat(Actions) Enabled multi core building in ci.yml (#88)
This commit is contained in:
parent
5722c74fa1
commit
9042a75d00
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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}
|
||||
|
Reference in New Issue
Block a user