diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-12-02 12:16:42 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-12-02 12:16:42 +0100 |
commit | f67bbb7efa592430457d654d61d3e6a8535b213c (patch) | |
tree | 2908b8713a4a6fbcee90d90e90213622b3913cb1 /.github | |
parent | 971af5ca261e48d78a7c642eda602206f9017642 (diff) | |
download | ATCD-f67bbb7efa592430457d654d61d3e6a8535b213c.tar.gz |
Correct jobs yaml
* .github/workflows/windows.yml:
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/windows.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 1935ae64c1d..5ef4cd6b454 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -7,7 +7,7 @@ on: - cron: '0 1 * * SUN' jobs: - build: + msvc: strategy: matrix: include: @@ -134,9 +134,7 @@ jobs: run: msbuild -maxcpucount -p:Platform=${{ matrix.BuildPlatform }} -p:Configuration=${{ matrix.BuildConfiguration }} TAO/TAO_ACE.sln - name: Build solution ACE/tests/tests.sln run: msbuild -maxcpucount -p:Platform=${{ matrix.BuildPlatform }} -p:Configuration=${{ matrix.BuildConfiguration }} ACE/tests/tests.sln - -jobs: - windows: + mingw: runs-on: windows-2019 strategy: matrix: |