Skip to content

Commit

Permalink
CICD: add ui version build script
Browse files Browse the repository at this point in the history
  • Loading branch information
JinBridger committed Nov 1, 2023
1 parent a79f5d6 commit f1b25ff
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/bigdl-release-portable-executable-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,20 @@ on:
workflow_dispatch:

jobs:
build-zip:
build-zip-cli:
runs-on: [self-hosted, llm, windows]

steps:
- uses: actions/checkout@v3
- name: run bat
run: '& ./python/llm/portable-zip/setup.bat'
shell: powershell

build-zip-gui:
runs-on: [self-hosted, llm, windows]

steps:
- uses: actions/checkout@v3
- name: run bat
run: '& ./python/llm/portable-zip/setup.bat --ui'
shell: powershell

0 comments on commit f1b25ff

Please sign in to comment.