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

Merged
belliash merged 8 commits from pipeline into master 2022-07-25 15:21:18 +02:00
Showing only changes of commit 9a4d71c212 - Show all commits

View File

@ -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