Skip to content

Commit

Permalink
Merge branch 'main' into feature/creating-Army-classes
Browse files Browse the repository at this point in the history
  • Loading branch information
HelanaNady authored Apr 3, 2024
2 parents 98d897c + 3e79619 commit 85e3e56
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: MSBuild Windows Build

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

permissions:
contents: read

jobs:
build:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3

- name: Compile Visual Studio project with MSBuild
shell: cmd
run: ${{ '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" && msbuild' }}
working-directory: ${{env.GITHUB_WORKSPACE}}
2 changes: 1 addition & 1 deletion Alien-Invasion.vcxproj.filters
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Containers">
Expand Down

0 comments on commit 85e3e56

Please sign in to comment.