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

マージ済み
belliash が 8 個のコミットを pipeline から master へマージ 2022-07-25 15:21:18 +02:00
コミット 9a4d71c212 の変更だけを表示しています - すべてのコミットを表示

ファイルの表示

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