Skip to content

Commit 4ce4250

Browse files
author
Snowy
committed
CI: Trim windows panda packages
1 parent eae2ab8 commit 4ce4250

File tree

1 file changed

+59
-2
lines changed

1 file changed

+59
-2
lines changed

.github/workflows/build.yaml

Lines changed: 59 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,65 @@ jobs:
1818
1919
- name: Build Panda
2020
shell: powershell
21-
run: |
22-
.\thirdparty\win-python3.11-x64\python.exe makepanda\makepanda.py --installer --wheel --optimize 3 --everything --msvc-version=14.3 --windows-sdk=10 --threads=4
21+
run: |
22+
.\thirdparty\win-python3.11-x64\python.exe makepanda\makepanda.py `
23+
--installer `
24+
--wheel `
25+
--optimize 3 `
26+
--lzma `
27+
--threads=4 `
28+
--nothing `
29+
--use-python `
30+
--use-direct `
31+
--use-gl `
32+
--use-gles `
33+
--use-gles2 `
34+
--use-dx9 `
35+
--use-tinydisplay `
36+
--use-nvidiacg `
37+
--use-egl `
38+
--use-eigen `
39+
--use-openal `
40+
--use-vorbis `
41+
--use-opus `
42+
--use-ffmpeg `
43+
--use-swscale `
44+
--use-swresample `
45+
--use-ode `
46+
--use-bullet `
47+
--use-pandaphysics `
48+
--use-speedtree `
49+
--use-zlib `
50+
--use-png `
51+
--use-jpeg `
52+
--use-tiff `
53+
--use-openexr `
54+
--use-squish `
55+
--use-assimp `
56+
--use-egg `
57+
--use-freetype `
58+
--use-harfbuzz `
59+
--use-openssl `
60+
--use-directcam `
61+
--use-vision `
62+
--use-gtk3 `
63+
--use-mfc `
64+
--use-wx `
65+
--use-fltk `
66+
--use-cocoa `
67+
--use-x11 `
68+
--use-pandatool `
69+
--use-pview `
70+
--use-deploytools `
71+
--use-skel `
72+
--use-pandafx `
73+
--use-pandaparticlesystem `
74+
--use-contrib `
75+
--use-sse2 `
76+
--use-neon `
77+
--use-toontown `
78+
--msvc-version=14.3 `
79+
--windows-sdk=10
2380
2481
- name: "Upload Installer"
2582
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)