Skip to content

Commit

Permalink
CI: build Debug and Release configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nieznanysprawiciel committed Oct 13, 2024
1 parent d9fd8d4 commit 0aa050f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,15 @@ env:
# Path to the solution file relative to the root of the project.
SOLUTION_FILE_PATH: ./swGUI/GUI.sln

# Configuration type to build.
# You can convert this to a build matrix if you need coverage of multiple configuration types.
# https://docs.github.com/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
BUILD_CONFIGURATION: Release

permissions:
contents: read

jobs:
build:
runs-on: windows-latest
strategy:
matrix:
BUILD_CONFIGURATION: [Release, Debug]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0aa050f

Please sign in to comment.