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 6c5bd27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
run: |
msbuild /m /p:Configuration=${{ matrix.build_conf }} /p:Platform="${{ matrix.arch }}" ${{env.SOLUTION_FILE_PATH}}
- name: Build GUI
working-directory: ${{env.GITHUB_WORKSPACE}}/gui
run: |
mkdir build&& cd build&& cmake ..&& cmake --build . --config Release
- name: Build MSM
working-directory: msm
if: ${{ matrix.build_conf == 'Release' }}
Expand Down

0 comments on commit 6c5bd27

Please sign in to comment.