Skip to content

Commit

Permalink
adding additional build params for windows (Xilinx#8265)
Browse files Browse the repository at this point in the history
  • Loading branch information
manikandan-xilinx authored Jul 9, 2024
1 parent 54b1a03 commit 4eaac0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/xrt_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ jobs:
accessToken: ${{ secrets.ACCESS_TOKEN }}
workspaceg: ${{ github.workspace }}
github-server-url: ${{ secrets.SERVER_URL }}
build-cmd: "build22.bat -opt -hip"
vs-version: "2022"

apu-package-build:
needs: authorize
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/xrt_master_2024.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ jobs:
accessToken: ${{ secrets.ACCESS_TOKEN }}
workspaceg: ${{ github.workspace }}
github-server-url: ${{ secrets.SERVER_URL }}
build-cmd: "build22.bat -opt -hip"
vs-version: "2022"

apu-package-build:
runs-on: apu
Expand Down

0 comments on commit 4eaac0c

Please sign in to comment.