summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-21 13:44:14 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-21 21:04:53 +0200
commitf59107d5b706c16fab1e8780c32c36cc981eef06 (patch)
tree576a062b7d978e63f23e07881b16725e29534ef4
parentbcc20559b1ce2e632102e6b0a9a73a51e2dba067 (diff)
downloadATCD-f59107d5b706c16fab1e8780c32c36cc981eef06.tar.gz
add build
* .github/workflows/windows.yml:
-rw-r--r--.github/workflows/windows.yml11
1 files changed, 4 insertions, 7 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 9f781c45533..ada73189721 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -128,15 +128,12 @@ jobs:
run: |
perl ${env:ACE_ROOT}/bin/mwc.pl -type {{ matrix.mpctype }} ${env:ACE_ROOT}/tests/tests.mwc -workers 4
shell: pwsh
- - name: Add msbuild to PATH
- uses: microsoft/setup-msbuild@v1.0.1
+ - uses :microsoft/setup-msbuild@v1.0.1
+ arch: ${{ matrix.BuildPlatform }}
- name: Build solution TAO/TAO_ACE.sln
- solution: TAO/TAO_ACE.sln
- platform: $(BuildPlatform)
+ run: msbuild -maxcpucount TAO/TAO_ACE.sln
configuration: $(BuildConfiguration)
maximumCpuCount: true
- name: Build solution ACE/tests/tests.sln
- solution: ACE/tests/tests.sln
- platform: $(BuildPlatform)
+ run: msbuild -maxcpucount ACE/tests/tests.sln
configuration: $(BuildConfiguration)
- maximumCpuCount: true