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 d655322
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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: set_PYTHON_HOME
run: |
git branch
set PYTHON_HOME=C:\Python38
cd
edksetup.bat

0 comments on commit d655322

Please sign in to comment.