diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 42b322a..8edb38a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,10 @@ jobs: run: msbuild .\project\vc2017\nvtt.sln /property:Configuration=Debug /property:Platform=x64 - name: Build Debug/Win32 run: msbuild .\project\vc2017\nvtt.sln /property:Configuration=Debug /property:Platform=Win32 + - name: Build Release/x64 + run: msbuild .\project\vc2017\nvtt.sln /property:Configuration=Release /property:Platform=x64 + - name: Build Release/Win32 + run: msbuild .\project\vc2017\nvtt.sln /property:Configuration=Release /property:Platform=Win32 unix: strategy: