Brad Parker
86e6db1c48
don't try to gzip nothing, it will hang
2017-11-17 02:48:40 +00:00
orbea
d6953d60f0
libretro-buildbot-recipe.sh: Remove more use of cut.
2017-11-16 13:39:27 -08:00
orbea
1f805ce33f
libretro-buildbot-recipe.sh: Don't include '..' in the cmake $ARGS
2017-11-16 08:29:47 -08:00
Francisco José García García
9247e5d4db
[VITA] Make Square Icons
2017-11-16 08:30:15 +01:00
orbea
9c233a9be8
libretro-buildbot-recipe.sh: Only build RetroArch if $RA = YES
2017-11-15 16:13:51 -08:00
orbea
d258bd07ab
libretro-buildbot-recipe.sh: Fix the cmake build path.
2017-11-15 16:02:44 -08:00
orbea
aa5711101d
libretro-buildbot-recipe.sh: Fix typo
2017-11-15 15:42:42 -08:00
orbea
24d221bc77
libretro-buildbot-recipe.sh: Remove the possibly non-portable use of 'make -C'
2017-11-14 11:16:59 -08:00
orbea
49f5893049
libretro-buildbot-recipe.sh: Combine the compile_audio_filters and compile_video_filters functions.
2017-11-14 09:28:41 -08:00
bparker06
d8fd01da79
Update libretro-buildbot-recipe.sh
2017-11-14 12:02:25 -05:00
orbea
56bb85d481
libretro-buildbot-recipe.sh: Fix compiling the video filters.
...
Its easier to use 'make -C' instead of trying to always cd to the correct directory.
2017-11-14 08:56:00 -08:00
orbea
8e62d0bd0d
libretro-buildbot-recipe.sh: Work around need for cut.
2017-11-14 07:47:14 -08:00
Twinaphex
1ee666b331
Merge pull request #593 from orbea/cd
...
libretro-buildbot-recipe.sh: Remove extra cd commands.
2017-11-14 07:37:58 +01:00
orbea
0ce1996809
libretro-buildbot-recipe.sh: Fix build script failures if the recipe files have extra whitespaces.
...
Bash will swallow extra white spaces if a $variable is not quoted, but if it
is quoted than cut will trip on the extra white space in the "$variable".
This change works around the use of cut and thus avoids this issue altogether.
2017-11-13 18:16:13 -08:00
orbea
196b4b0d9d
libretro-buildbot-recipe.sh: Remove extra cd commands.
...
Silences the following error from trying to cd to a directory that is already the $PWD.
./libretro-buildbot-recipe.sh: line 329: cd: libretro-fceumm/.: No such file or directory
2017-11-13 14:22:23 -08:00
Francisco José García García
bc8cfe7129
Create retroarch.zip for vita
2017-11-13 21:06:40 +01:00
orbea
f8e5eba8eb
libretro-buildbot-recipe.sh: return 0 if $RECIPE.ra does not exist.
...
Silences the following error.
./libretro-buildbot-recipe.sh: line 918: recipes/linux/cores-linux-x64-generic.ra: No such file or directory
2017-11-13 09:34:22 -08:00
orbea
00a8c85b95
libretro-buildbot-recipe.sh: Set $BOT to . by default.
2017-11-13 09:02:39 -08:00
orbea
aa31fb2771
libretro-buildbot-recipe.sh: Don't export empty variables.
...
Silences the following error if the read file contains a blank line.
./libretro-buildbot-recipe.sh: line 31: export: `=': not a valid identifier
2017-11-13 08:25:21 -08:00
orbea
517840f944
libretro-buildbot-recipe.sh: Don't error if /vars does not exist.
2017-11-13 07:49:49 -08:00
orbea
04320f9d84
libretro-buildbot-recipe.sh: Exit early if no recipe target is passed to the script.
2017-11-12 16:43:45 -08:00
orbea
6e10171b67
libretro-buildbot-recipe.sh: Make sure $TMPDIR exists and is set.
2017-11-12 06:04:51 -08:00
orbea
0e4bd6062f
libretro-buildbot-recipe.sh: Remove more redundant code.
2017-11-11 16:23:04 -08:00
orbea
b03626e4c5
libretro-buildbot-recipe.sh: Further clean up of redundant code.
2017-11-11 07:38:16 -08:00
orbea
1bb64f2193
libretro-buildbot-recipe.sh: Improve $CLEANUP = YES
2017-11-10 18:23:23 -08:00
orbea
0663571f2f
libretro-buildbot-recipe.sh: Remove nested conditional.
2017-11-10 07:32:55 -08:00
orbea
a00e38e69b
libretro-buildbot-recipe.sh: Clean up more redundant code.
2017-11-10 07:32:55 -08:00
orbea
9cc72413b1
libretro-buildbot-recipe.sh: Fix typo.
2017-11-10 01:04:30 -08:00
orbea
d1b8222568
Clean up this conditional.
2017-11-06 15:21:13 -08:00
orbea
53e165b8dd
libretro-buildbot-recipe.sh: Clean up some redundant code.
2017-11-06 15:02:49 -08:00
Brad Parker
638f3bf796
quote arguments to message handler to prevent out of order parameters when undefined
2017-11-01 04:07:48 +00:00
Brad Parker
8208261c70
android: remove ABI from core name in message handler
2017-10-31 23:50:26 -04:00
Brad Parker
991f4001fa
allow running bot script for only a single core
2017-10-30 21:16:58 -07:00
Brad Parker
539fc245d9
fix build name in log for retroarch on android
2017-10-29 14:57:01 -04:00
Andrés
b709418b36
fix 3ds builds
2017-10-29 11:42:53 -05:00
Brad Parker
5429180b3f
only exit on error if there actually was one
2017-10-20 21:39:03 -04:00
Brad Parker
97ddd9526c
comments, allow overriding LOGDATE
2017-10-20 21:24:29 -04:00
Brad Parker
5ad353d580
exit not return
2017-10-20 16:09:26 -04:00
Brad Parker
f07a02f9df
fix missing space, add option to exit on error for e.g. console core builds
2017-10-20 15:59:50 -04:00
Brad Parker
e57d3a9a0d
add missing if blocks
2017-10-20 15:12:03 -04:00
Brad Parker
3ed51b9085
move build logging to a separate function, disable web-based logging when not running on a buildbot
2017-10-20 13:15:06 -04:00
radius
e6ac0b720b
update
2017-10-09 18:13:08 -05:00
radius
3f92bca6b1
again
2017-10-08 10:03:35 -05:00
radius
157f734aa6
again
2017-10-08 10:02:23 -05:00
radius
c4b73442a9
another lazy fix
2017-10-08 09:52:40 -05:00
radius
1982740832
lazy fix
2017-10-08 09:45:17 -05:00
radius
a744e926c2
fix
2017-10-08 09:34:08 -05:00
radius
132b46df90
Merge branch 'master' of github.com:libretro/libretro-super
2017-10-08 09:27:48 -05:00
radius
e8953ee821
add higan
2017-10-08 09:27:43 -05:00
Aaron Kling
b067987f68
Initial buildbot clone should recursively clone submodules
...
For instance, ppsspp uses this
2017-09-27 13:43:11 -05:00
Aaron Kling
3a869cc0f6
Android cmake support
2017-09-27 13:42:48 -05:00
Andrés
c3bbecfc14
Update libretro-buildbot-recipe.sh
2017-09-24 11:53:09 -05:00
Andrés
5185fac470
Update libretro-buildbot-recipe.sh
2017-09-24 11:12:03 -05:00
Andrés
86a515af9d
Update libretro-buildbot-recipe.sh
2017-09-24 11:09:41 -05:00
Andrés
0fa8097004
Update libretro-buildbot-recipe.sh
2017-09-24 11:05:47 -05:00
Andrés
e377f1b153
Update libretro-buildbot-recipe.sh
2017-09-24 10:57:11 -05:00
Andrés
95cf9dad9f
Update libretro-buildbot-recipe.sh
2017-08-15 23:56:02 -05:00
Brad Parker
74adba0a93
print times that buildbot jobs are started/finished
2017-08-16 05:31:19 +01:00
Andrés
30944074a1
Update libretro-buildbot-recipe.sh
2017-08-14 19:20:21 -05:00
Andrés
2688fe76a9
Update libretro-buildbot-recipe.sh
2017-08-07 18:49:14 -05:00
Andrés
50babd2f4e
Update libretro-buildbot-recipe.sh
2017-08-07 18:39:22 -05:00
Brad Parker
df0942b537
android: remove non-default themes from apk due to Google Play size limitation
2017-07-31 18:15:57 +01:00
radius
1909424977
add aarch64 branch recipe
2017-07-24 12:05:01 -05:00
Brad Parker
08d6f9a35c
overwrite existing gzip files
2017-07-18 19:46:50 -04:00
Brad Parker
65185ce4aa
gzip error logs before uploading
2017-07-18 10:59:59 -04:00
Brad Parker
d8e04bd422
cmake: copy libraries from any subdirectories into the build dir
2017-06-16 15:07:58 +01:00
Brad Parker
9590a28da7
work around whitespace issue in cmake generator name
2017-06-15 18:29:04 +01:00
Brad Parker
68683e56f1
fix cleanup cmd for cmake
2017-06-15 15:36:20 +01:00
Brad Parker
4354e2a95b
syntax fix
2017-06-15 15:24:32 +01:00
Brad Parker
eee2f1f078
add citra cmake build support for windows
2017-06-15 14:22:34 +01:00
buildbot
e2433dbbd0
use command in STRIP variable to strip library if it exists
2017-06-12 22:31:49 +01:00
radius
554563fd0f
allow overriding ABIS and fix nits
2017-06-04 20:21:47 -05:00
radius
c015b8a9cb
allow overriding ABIS and fix nits
2017-06-04 20:05:51 -05:00
radius
fd56b52549
allow overriding ABIS
2017-06-04 20:03:12 -05:00
radius
6559245fa2
allow overriding ABIS
2017-06-04 19:58:29 -05:00
radius
136643a4ff
allow overriding ABIS
2017-06-04 19:49:16 -05:00
radius
19e2ff82c9
allow overriding ABIS
2017-06-04 19:42:23 -05:00
aliaspider
672e931141
use FETCH_HEAD instead of 'origin' for git reset --hard
2017-04-16 17:36:01 +01:00
Andrés
25e1c0190c
Update libretro-buildbot-recipe.sh
2017-04-15 18:41:39 -05:00
Andrés
a900aca82c
Update libretro-buildbot-recipe.sh
2017-04-15 18:33:30 -05:00
Andrés
2ffac75bc8
try to slim down the apk build a bit
2017-04-15 18:08:24 -05:00
Andrés
0d9889cfd7
Update libretro-buildbot-recipe.sh
2017-04-15 17:12:40 -05:00
Andrés
05d443042e
Update libretro-buildbot-recipe.sh
2017-04-15 16:52:36 -05:00
Brad Parker
d46d6bd6b6
add parsing of recipe git branch parameter in build sciprt
2017-04-15 14:02:54 -04:00
aliaspider
e9bef44a15
fix typo
2017-04-10 11:16:18 +01:00
aliaspider
a13940584d
buildbot: use 'git reset --hard origin' to work around forced updates.
2017-04-10 05:58:49 +01:00
Brad Parker
f967e4869c
Merge branch 'master' of https://github.com/libretro/libretro-super
2017-03-29 00:57:10 +01:00
Brad Parker
6cbe8b87d9
relate master screen log entry to each build
2017-03-29 00:57:01 +01:00
aliaspider
6877ec32a0
additional quoting was causing MINGW to fail.
2017-03-25 20:15:39 +01:00
aliaspider
8da7c09129
try to fix a MINGW build error.
2017-03-25 20:03:02 +01:00
Andrés
d3485d2085
Update libretro-buildbot-recipe.sh
2017-03-25 13:47:06 -05:00
Andrés
2c305457be
Only rebuild these when required
2017-03-20 19:56:24 -05:00
Brad Parker
2613cfbb9c
reset $BUILD to no so we don't retain a previous value
2017-03-17 22:52:56 -04:00
Brad Parker
471824e7a6
show output of git pull
2017-03-17 22:19:46 -04:00
Brad Parker
29ff61edee
add more forcebuild handling
2017-03-15 10:20:56 -07:00
Brad Parker
9ea919a14e
add option to force a build
2017-03-15 09:39:15 -07:00
Brad Parker
5b019acd49
windows log fixes
2017-03-15 07:22:17 -07:00
Brad Parker
076f4ad166
fix manifest filename for retroarch debug
2017-03-14 12:59:46 -07:00
Brad Parker
f7723c54af
add debug build for msvc, fix webapp posting of windows debug builds, add manifest file for msvc builds needed for XP
2017-03-14 11:28:54 -07:00
Brad Parker
b5df364ce6
add MSVC2010 support for RetroArch
2017-03-14 00:16:57 -07:00
buildbot
bd399f6ba0
change webapp calls to use HTTP so it works on remote buildbots also
2017-03-09 22:15:56 +00:00
buildbot
ae18ebb696
add logging of build progress to new web app
2017-03-09 06:01:59 +00:00
Andrés
6bf51d669f
Update libretro-buildbot-recipe.sh
2017-03-07 00:30:00 -05:00
radius
cc32e1c20f
fix this for linux too
2017-01-13 23:42:11 -05:00
radius
de8d63adf7
try this instead
2017-01-12 21:34:59 -05:00
radius
46dbd83e27
try this instead
2017-01-12 21:34:15 -05:00
radius
f74fbdd0ba
revert today's commits
2017-01-12 21:16:08 -05:00
radius
8431078731
try to fix this yet again....
2017-01-12 20:58:04 -05:00
radius
3e61c1273f
try to fix this yet again.... latest commit was worthless
2017-01-12 19:11:21 -05:00
radius
cc7ba028f3
try to fix this again
2017-01-12 17:36:40 -05:00
radius
4ae32b042b
try to fix this again
2017-01-12 17:35:02 -05:00
Andrés
645d456b00
Update libretro-buildbot-recipe.sh
2017-01-12 17:16:43 -05:00
twinaphex
031b788e67
Update libretro-buildbot-recipe.sh
2017-01-09 12:32:32 +01:00
twinaphex
7a709eab08
Create compile_audio_filters and compile_video_filters functions
2017-01-07 07:36:33 +01:00
twinaphex
b14dd3e7ee
libretro-buildbot-recipe.sh - cleanup
2017-01-07 07:31:06 +01:00
hunterk
d242251049
more hastebin changes
2016-12-31 14:53:13 -06:00
hunterk
e21f24963d
already contains the URL
2016-12-31 14:46:29 -06:00
hunterk
f8f1cd5415
move log reporting back to cloud
2016-12-31 14:31:30 -06:00
hizzlekizzle
b396147224
32-bit redist lib collection fix
...
using ntldd -R. Just added before the old one for now, just in case.
2016-12-28 23:05:52 -06:00
Andrés
102a475d81
this one too
2016-12-28 11:20:06 -05:00
Andrés
659c4cc188
Maybe this will fix the problem with empty zip files every now and then
2016-12-28 11:17:26 -05:00
hunterk
79dd1f790d
skip hastebinning and point to local log instead
2016-12-27 09:11:40 -06:00
Andrés
cae4eeb7de
Update libretro-buildbot-recipe.sh
2016-12-24 16:12:37 -05:00
hizzlekizzle
f6b4137a24
taking another stab at the redist generation
...
will take longer but hopefully catch everything
2016-12-24 14:40:47 -06:00
hizzlekizzle
97aa6ad4b3
revert ntldd change
2016-12-24 14:33:25 -06:00
hizzlekizzle
c99f9a28d2
change to different ldd in buildbot recipe
...
hopefully to allow for automatic x86 redist generation
2016-12-24 14:31:02 -06:00
Andrés
954842f48a
Update libretro-buildbot-recipe.sh
2016-12-24 12:11:13 -05:00
radius
c96cb21ed3
remove stray log
2016-12-19 23:38:56 -05:00
radius
d4328b9329
fix these logs
2016-12-19 22:31:39 -05:00
Logan McNaughton
c54b40d0ef
These lines are redundant
...
ant clean performs "ndk-build clean" and ant release peforms "ndk-build.
See these lines:
https://github.com/libretro/RetroArch/blob/master/pkg/android/phoenix/build.xml#L102-L109
Therefore these lines are redundant.
2016-12-09 10:38:44 -07:00
radius
43c61e75d6
parallel
2016-12-08 21:27:12 -05:00
radius
50f65f084a
print variables in log
2016-12-02 01:13:03 -05:00
radius
72eb673776
enable ccache for linux and wiiu
2016-11-23 21:54:40 -05:00
radius
201c394915
add retroarch to linux recipes
2016-11-23 21:21:07 -05:00
fr500
7269158310
clean before pulling
2016-11-23 14:48:19 -05:00
fr500
efd4872bb6
fix png location
2016-11-07 16:25:51 -05:00
fr500
8ed3fe0338
update
2016-11-07 16:21:48 -05:00
fr500
d8ffdd449d
update script
2016-11-07 16:14:13 -05:00
fr500
c1b07ebcbb
add wiiu
2016-11-07 15:53:03 -05:00
radius
66806f6658
update libretro-buildbot-recipe.sh
2016-10-30 22:43:36 -05:00
radius
efc23b7d22
staging build fix
2016-10-15 14:52:28 -05:00
radius
5b0cdc74af
staging build fix
2016-10-15 13:12:59 -05:00
radius
2d0bb01b1e
rename staging build
2016-10-14 19:27:47 -05:00
aliaspider
395f9e6556
(3DS) copy xmb font files.
2016-10-11 01:03:27 +01:00
aliaspider
b37ef36490
add convert_xmb_assets to 3ds buildbot reciepe.
2016-10-10 22:46:50 +01:00
aliaspider
856fa3824f
(buildbot) 3ds: add databases
2016-10-08 06:16:45 +01:00
aliaspider
648140b891
(3DS) change core info path.
2016-10-08 00:14:17 +01:00
radius
85c7bc3550
Revert "update recipe script"
...
This breaks logging to AR
This reverts commit 9413f7480d
.
2016-10-01 11:57:01 -05:00
radius
9413f7480d
update recipe script
2016-09-28 19:46:20 -05:00
radius
dd4a4d92d7
fix indentation
2016-09-04 00:00:22 -05:00
radius
545f1016ad
fix psp bundle
2016-09-03 23:59:16 -05:00
radius
a60a3894b2
fix nits
2016-08-28 19:38:39 -05:00
radius
0e6c8f1633
add retroarch build job
2016-08-28 19:20:32 -05:00
radius
8398c18a35
try using another variable for emmake
2016-08-27 22:49:49 -05:00
radius
7218916e9c
try this instead
2016-08-27 22:36:28 -05:00
radius
5d4073903d
try to allow compound commands
2016-08-27 22:19:59 -05:00
radius
5d618bc6ae
fix buildbot recipe for vita
2016-08-27 16:23:09 -05:00
radius
df0baf72ed
this should make it work for cross makefiles too
2016-08-27 13:25:24 -05:00
radius
46b954ee63
use LEIRADEL for 81 and FUSE
2016-08-27 12:59:57 -05:00
radius
19fcb932a7
try to post full logs now
2016-08-27 12:32:58 -05:00
radius
9bb7392126
Revert "tee instead of redirecting"
...
it will not show errors properly if we use tee
This reverts commit 178e182d20
.
2016-08-11 17:44:28 -05:00
Andrés
178e182d20
tee instead of redirecting
2016-08-11 17:06:32 -05:00
Andrés
7645a59964
log after each step
2016-08-11 14:30:03 -05:00
Andrés
aae4f26cba
Update libretro-buildbot-recipe.sh
2016-08-11 14:06:29 -05:00
Andrés
13eb8127db
Update libretro-buildbot-recipe.sh
2016-08-11 00:07:57 -05:00
twinaphex
619cd7ea3f
Add ps3 recipe to libretro-buildbot-recipe.sh
2016-08-11 02:42:26 +02:00
Andrés
df99b54dc7
Update libretro-buildbot-recipe.sh
2016-07-23 01:04:05 -05:00
Andrés
ad94706f5e
Update libretro-buildbot-recipe.sh
2016-07-23 00:41:09 -05:00
Andrés
4fbde61359
Update libretro-buildbot-recipe.sh
2016-07-23 00:22:52 -05:00
Andrés
edeecd0e24
Update libretro-buildbot-recipe.sh
2016-07-23 00:21:22 -05:00
hizzlekizzle
a34b65f03b
missed a $
2016-07-22 21:18:36 -05:00
Andrés
e916076074
Update libretro-buildbot-recipe.sh
2016-07-22 20:25:37 -05:00
Andrés
a0752be2d9
log this too
2016-07-22 16:07:09 -05:00
hizzlekizzle
bcea14e1ba
add a 'then', change some tabs
2016-07-22 12:47:56 -05:00
hizzlekizzle
a6900a3347
add hack to copy ParaLLEl lib
2016-07-22 12:39:13 -05:00
radius
92a0dfa3c7
fix console packages
2016-07-16 20:40:01 -05:00
radius
b17fa0e1c9
remove useless messages
2016-07-10 12:02:32 -05:00
radius
2e7d7cfc37
include CMDs in the log
2016-07-10 11:53:40 -05:00
radius
36e8ae67ef
include CMDs in the log
2016-07-10 11:50:48 -05:00
radius
382092eb5d
include CMDs in the log
2016-07-10 11:28:03 -05:00
radius
fe697b57c2
include CMDs in the log
2016-07-10 11:14:49 -05:00
radius
881cd1d402
include CMDs in the log
2016-07-10 10:57:51 -05:00
Andrés
23aa21fb9a
Add
2016-07-10 10:36:41 -05:00
Andrés
1c39765012
fix windows buildbot
2016-06-04 19:56:19 -05:00
Andrés
089f854878
Update libretro-buildbot-recipe.sh
2016-06-04 19:47:00 -05:00
Andrés
6035dbcd2e
Update libretro-buildbot-recipe.sh
2016-06-04 19:45:36 -05:00
Andrés
06c5b674cb
Update libretro-buildbot-recipe.sh
2016-06-04 13:09:58 -05:00
Andrés
d751029b55
Update libretro-buildbot-recipe.sh
2016-06-04 11:27:25 -05:00
Andrés
42f8ddf179
Update libretro-buildbot-recipe.sh
2016-05-30 16:54:13 -05:00
Andrés
d9cdd06b7c
Update libretro-buildbot-recipe.sh
2016-05-21 20:53:15 -05:00
Andrés
367878924a
Update libretro-buildbot-recipe.sh
2016-05-16 00:12:49 -05:00
Andrés
daf9715569
Update libretro-buildbot-recipe.sh
2016-05-11 22:25:16 -05:00
Andrés
0f3841acfe
Update libretro-buildbot-recipe.sh
2016-05-01 12:35:17 -05:00
Andrés
212ec1057b
Update libretro-buildbot-recipe.sh
2016-04-30 14:41:08 -05:00
Andrés
b82faca14f
these too
2016-04-30 07:15:44 -05:00
Andrés
fada1559ec
these should be handled by the platform driver instead
2016-04-30 07:14:30 -05:00
radius
d700af876c
only use branch type for retroarch
2016-03-25 16:36:33 -05:00
radius
9857bab230
make sure to return to the initial dir
2016-03-25 16:26:24 -05:00
radius
aa0ec01aaf
fix dev build
2016-03-25 12:24:19 -05:00
radius
3c5ac0438b
update android dev builds
2016-03-25 11:55:13 -05:00