mirror of
https://github.com/libretro/libretro-super
synced 2025-01-06 06:56:56 +00:00
Add platform part too
This commit is contained in:
parent
a07d978886
commit
2aa695edda
@ -55,7 +55,7 @@ post_error_log() {
|
|||||||
error=`cat $WORKDIR/log/$1.log | tail -n 100`
|
error=`cat $WORKDIR/log/$1.log | tail -n 100`
|
||||||
haste=`curl -s -XPOST http://hastebin.com/documents -d"$error"`
|
haste=`curl -s -XPOST http://hastebin.com/documents -d"$error"`
|
||||||
haste=`echo $haste | cut -d"\"" -f4`
|
haste=`echo $haste | cut -d"\"" -f4`
|
||||||
echo "$1 build failed (platform: $2) LOG: http://hastebin.com/$haste"
|
echo "$1 build failed (platform: $FORMAT_COMPILER_TARGET) LOG: http://hastebin.com/$haste"
|
||||||
}
|
}
|
||||||
|
|
||||||
build_summary_log() {
|
build_summary_log() {
|
||||||
|
Loading…
Reference in New Issue
Block a user