Compare commits

...

1 Commits

Author SHA1 Message Date
rofl0r
eb74d90c7a CI: limit autoconf build to 8 processes
hopefully will prevent the OOM killer from kicking in.
2023-02-28 02:59:52 +00:00

View File

@@ -40,7 +40,7 @@ jobs:
cd desmume/src/frontend/posix/
autoreconf -i
./configure --prefix=/usr --enable-gdb-stub --enable-wifi
make -j
make -j8
make DESTDIR=/tmp/DeSmuME install
- name: Pack artifact