Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
gorlak committed Oct 4, 2020
1 parent facdde1 commit c2c8291
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
cd ${{ github.workspace }}
cmd.exe /c call build_wx.bat debug
- name: Setup MSBuild
uses: microsoft/[email protected]

- name: Build PowerMateTray Debug
run: |
MSBuild.exe PowerMateTray.sln -p:Configuration=Debug
Expand All @@ -42,6 +45,9 @@ jobs:
cd ${{ github.workspace }}
cmd.exe /c call build_wx.bat release
- name: Setup MSBuild
uses: microsoft/[email protected]

- name: Build PowerMateTray Release
run: |
MSBuild.exe PowerMateTray.sln -p:Configuration=Release

0 comments on commit c2c8291

Please sign in to comment.