Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fengzch-das
nunchaku
Commits
fd578ae9
Commit
fd578ae9
authored
May 26, 2025
by
Muyang Li
Browse files
[Auto Merge] chore: debugging the windows build (#405)
parents
0ade163c
5ed26dc2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
0 deletions
+52
-0
.github/workflows/win-build.yaml
.github/workflows/win-build.yaml
+52
-0
No files found.
.github/workflows/win-build.yaml
0 → 100644
View file @
fd578ae9
name
:
Window Build Test
on
:
workflow_dispatch
:
inputs
:
test_target
:
description
:
'
What
to
test:
"pr"
or
"branch"'
required
:
true
type
:
choice
options
:
-
pr
-
branch
pr_number
:
description
:
'
Pull
Request
Number
(only
if
test_target
==
"pr")'
required
:
false
branch_name
:
description
:
'
Branch
name
(only
if
test_target
==
"branch")'
default
:
'
main'
required
:
false
jobs
:
windows-wheels
:
name
:
Build the windows nightly wheels
runs-on
:
[
self-hosted
,
windows-build
]
steps
:
-
name
:
Checkout to the tag
uses
:
actions/checkout@v4
with
:
fetch-depth
:
0
ref
:
dev
submodules
:
true
-
name
:
Show current commit
run
:
git log -1 --oneline
-
name
:
Build wheels
run
:
|
C:\Users\muyang\miniconda3\condabin\activate.bat activate
scripts\build_windows_wheel.cmd 3.10 2.7 12.8
# window-clean-up:
# if: always()
# needs: [ windows-wheels ]
# runs-on: [ self-hosted, windows-build ]
#
# steps:
# - name: Clean up
# run: |
# cd ..
# rm -rf *nunchaku*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment