1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 14:03:12 +02:00

BuildBot: install modules after and not before 'make install',

and check exit status
This commit is contained in:
Bram Matthys
2022-11-27 16:16:06 +01:00
parent 5ee4c503a7
commit cfea8b32f0
+1 -1
View File
@@ -48,8 +48,8 @@ fi
$MAKE
yes ''|$MAKE pem
$MAKE || exit 1
./unrealircd module install third/dumpcmds
$MAKE install || exit 1
./unrealircd module install third/dumpcmds || exit 1
set +x
echo ""