Skip to content

Commit

Permalink
Rename yml
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Apr 16, 2021
1 parent 55fd256 commit 2fa60b4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/msbuild.yml → .github/workflows/build.yml
Expand Up @@ -2,16 +2,16 @@ name: MSBuild

on: [push]

env:
# Path to the solution file relative to the root of the project.
SOLUTION_FILE_PATH: .\tools\msvc\DarkRadiant.sln
TESTS_FILE_PATH: .\install\Tests.exe
BUILD_CONFIGURATION: Release

jobs:
build:
Windows Build:
runs-on: windows-latest

env:
# Path to the solution file relative to the root of the project.
SOLUTION_FILE_PATH: .\tools\msvc\DarkRadiant.sln
TESTS_FILE_PATH: .\install\Tests.exe
BUILD_CONFIGURATION: Release

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 2fa60b4

Please sign in to comment.