mirror of
https://github.com/libretro/libretro-super
synced 2025-01-03 23:37:11 +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`
|
||||
haste=`curl -s -XPOST http://hastebin.com/documents -d"$error"`
|
||||
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() {
|
||||
|
Loading…
Reference in New Issue
Block a user