Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
GamesTrap committed Jun 5, 2022
2 parents 6c1e3dc + bca5d4a commit 14678cd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ jobs:
build-linux:
name: Build Linux Source
runs-on: ubuntu-latest
env:
CC: gcc-10
CXX: g++-10
steps:
- uses: actions/checkout@v3
- name: Install g++-multilib
run: sudo apt-get install -y g++-10-multilib
- name: Set Execute flags
run: chmod +x GeneratorScripts/GenerateProjectMake.sh && chmod +x libs/premake5/linux/premake5
- name: Generate Make files
Expand All @@ -23,7 +28,9 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Add msbuild to PATH
uses: microsoft/[email protected]
- name: Generate Project files
run: cd GeneratorScripts && .\GenerateProjectVS2022.bat && cd ..
- name: Compile code
run: C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\Common7\\Tools\\VsDevCmd.bat && msbuild /m ModernDialogs.sln
run: '"C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\Common7\\Tools\\VsDevCmd.bat" && msbuild /m ModernDialogs.sln'

0 comments on commit 14678cd

Please sign in to comment.