Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Use EDK2 compatible names for SMBIOS and AsciiStr functions and GUIDs #9

Use EDK2 compatible names for SMBIOS and AsciiStr functions and GUIDs

Use EDK2 compatible names for SMBIOS and AsciiStr functions and GUIDs #9

Workflow file for this run

name: Windows, VS2022
on:
push:
branches:
- master
pull_request:
branches:
- master
env:
SOLUTION_FILE_PATH: ./gnu-efi.sln
jobs:
VS2022-Build:
runs-on: windows-latest
strategy:
matrix:
TARGET_PLATFORM: [x64, ia32, aa64, arm]
CONFIGURATION: [Debug, Release]
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- name: Add MSBuild to PATH
uses: microsoft/[email protected]
with:
msbuild-architecture: x64
- name: Build
shell: cmd
run: msbuild ${{ env.SOLUTION_FILE_PATH }} /m /p:Configuration=${{ matrix.CONFIGURATION }},Platform=${{ matrix.TARGET_PLATFORM }},ForceImportBeforeCppTargets=%GITHUB_WORKSPACE%\.vs\Generate.PDB.props