Skip to content

Commit

Permalink
github-actions: add gui build
Browse files Browse the repository at this point in the history
Signed-off-by: Lev Stipakov <[email protected]>
  • Loading branch information
lstipakov committed Nov 21, 2024
1 parent 545cce6 commit cd50273
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ jobs:
run: |
msbuild /m /p:Configuration=${{ matrix.build_conf }} /p:Platform="${{ matrix.arch }}" ${{env.SOLUTION_FILE_PATH}}
- name: Build GUI
working-directory: gui
shell: cmd
run: |
mkdir build&& cd build&& cmake ..&& cmake --build . --config Release
cp data64.key build\Release
- name: Build MSM
working-directory: msm
if: ${{ matrix.build_conf == 'Release' }}
Expand All @@ -63,3 +70,4 @@ jobs:
msm\${{ matrix.arch }}\${{matrix.build_conf}}\installer.dll
msm\*.msi
msm\*.msm
gui\build\Release\*.*

0 comments on commit cd50273

Please sign in to comment.