mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 06:56:36 +08:00
初步自动构建工程实现
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
CPU_CORES=$(($(grep -c processor < /proc/cpuinfo)*2))
|
||||
make build-python -j$CPU_CORES
|
||||
make install-to-qemu-python -j$CPU_CORES
|
||||
exit 0
|
||||
Reference in New Issue
Block a user