Skip to content

Commit

Permalink
Create build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Zhao, Zhiqiang <[email protected]>
  • Loading branch information
Zhiqiang520 committed Aug 11, 2023
1 parent 32af9b5 commit 34b23c1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: build

on:
push:
branches: [ "AddTestScript" ]
pull_request:
branches: [ "AddTestScript" ]
workflow_dispatch:

jobs:
build:

runs-on: windows-2019
defaults:
run:
shell: cmd

steps:
- uses: actions/checkout@v3
- name: build
run: |
git branch
set PYTHON_HOME=C:\Python38
cd
py -h
# edksetup.bat Rebuild

0 comments on commit 34b23c1

Please sign in to comment.