Reimplement new pipeline and allow limiting number of cores used fo build #3

已合併
belliash 2022-07-25 15:21:18 +02:00 將 8 次代碼提交從 pipeline合併至 master
Showing only changes of commit 9a4d71c212 - Show all commits

查看文件

@@ -448,6 +448,7 @@ wine_build()
cd ${WINEDIR}/build
../configure \
-enable-win64 \
--without-freetype \
--without-x
for TOOL in winedump wmc wrc; do
make -j${CORES} tools/${TOOL}/all