Commit graph

224 commits

Author SHA1 Message Date
richardg867
74e4e10b99
Jenkins: Add Linux FluidSynth version workaround 2023-07-11 18:54:53 -03:00
RichardG867
6b6ca9844b No ChAnGeS 2023-07-11 10:06:23 -03:00
RichardG867
2652dc8215 Jenkins: Fix Linux build 2023-07-10 23:14:17 -03:00
RichardG867
687c8802a2 Jenkins: Remove redundant DLLs from Windows distribution 2023-07-10 23:01:06 -03:00
RichardG867
71d95c7169 network: Trial usage of external libslirp on non-Linux platforms 2023-07-01 15:51:02 -03:00
RichardG867
8782f5d9d6 Jenkins: Fix libvulkan symlink location on x86 builds 2023-06-30 17:54:13 -03:00
RichardG867
60d93046cd Jenkins: Remove our C(XX)FLAGS from Linux library builds 2023-06-30 17:53:28 -03:00
RichardG867
8123ba6e08 Jenkins: Add libvulkan symlink workaround 2023-06-27 13:09:11 -03:00
RichardG867
b3bd55da17 Jenkins: Remove libwayland-client from AppImage to fix Debian 12 compatibility 2023-06-26 22:14:00 -03:00
RichardG867
c8f57660a5 Jenkins: Trigger openal-soft rebuild 2023-06-18 15:31:04 -03:00
RichardG867
c3717566c7 Jenkins: Overhaul the build script's dependency report system to be independent 2023-06-16 23:36:50 -03:00
RichardG867
85938f4c9a Jenkins: Fix openal-soft AppImage build 2023-06-16 23:28:03 -03:00
richardg867
231e995434
Jenkins: Update AppImage openal-soft to 1.23.1 2023-06-12 16:07:28 -03:00
RichardG867
86aa72840b Jenkins: Add a missing AppImage ignore 2023-06-09 13:57:25 -03:00
RichardG867
4b326121b9 Jenkins: Properly force new dynarec on architectures that require it 2023-06-09 12:23:23 -03:00
cold-brewed
d543c6a45d
Update the build system to add dependencies for vde (#3391)
Co-authored-by: cold-brewed <cold-brewed@users.noreply.github.com>
2023-06-09 12:21:12 -03:00
cold-brewed
7bc213a954
macOS: Bundle fluidsynth and ghostscript (#3250)
* macOS: Build fixes for fluidsynth and ghostscript to ensure they get detected and bundled. Add required packages for build.

* macOS: Don't link against fluidsynth and only bundle if detected.

---------

Co-authored-by: cold-brewed <cold-brewed@users.noreply.github.com>
2023-04-14 14:48:14 -03:00
richardg867
68e49b75bc
Jenkins: Clean pacman cache after update 2023-04-08 20:30:07 -03:00
richardg867
201503e6d2
Jenkins: Fix pkgconfig path missing a dependency for xkbcommon-x11 2023-04-08 01:19:05 -03:00
richardg867
08158571c0
Jenkins: Remove forgotten debug line 2023-04-08 01:02:45 -03:00
RichardG867
ce4723b6de Jenkins: Add Qt Wayland support to AppImage 2023-04-07 23:43:45 -03:00
RichardG867
fda95509f9 Add AppImageBuilder directive for libxkbcommon 2023-04-07 22:42:48 -03:00
RichardG867
0b2b8807fd Fix file permissions 2023-04-07 22:39:26 -03:00
RichardG867
05b3cd1607 qt: Initial xkbcommon keyboard support for X11 2023-04-07 22:35:32 -03:00
RichardG867
36ac74d7c6 Jenkins: Fix build 2023-04-06 20:07:50 -03:00
RichardG867
4d9f15d93d Jenkins: Another shot at forcedir creation 2023-04-06 19:55:04 -03:00
RichardG867
03b0f4c175 Jenkins: Fix incorrect shortening of directory tree 2023-04-06 18:54:50 -03:00
richardg867
b1d634016e
Jenkins: Remove a redundant build step 2023-04-03 19:00:47 -03:00
richardg867
35e078b87a
Jenkins: Add workaround for one-time fluke with appimage-builder AppImage extraction 2023-04-03 18:10:31 -03:00
richardg867
0595c3b776
Jenkins: Remove temporary CMake workaround as a fixed package was pushed 2023-03-28 10:21:41 -03:00
richardg867
d1606df682
Jenkins: Deploy temporary workaround for broken MSYS2 CMake update 2023-03-25 20:00:27 -03:00
Lili Kurek
92eaf387c4
chmod +x .ci/build.sh .ci/static2dll.sh (#3157)
Co-authored-by: Lili1228 <github@gramypsl.pl>
2023-03-01 13:43:59 -03:00
RichardG867
22c0fd29a3 Jenkins: Overhaul MSYS2 package handling to remove the version pinning hack 2023-02-07 13:12:34 -03:00
RichardG867
8910c10d94 Jenkins: Don't create AppImage workaround symlink if it already exists (also: introducing new Windows node) 2023-02-06 19:37:51 -03:00
RichardG867
5b7ae72c33 Jenkins: Fix /runtime workaround directory creation (not a fan) 2023-01-31 14:07:37 -03:00
RichardG867
887995df05 Jenkins: Add debug prints to figure out appimage-builder continuing not to work properly on CI only 2023-01-31 13:39:38 -03:00
RichardG867
a8604a6b6a Jenkins: Proper workaround for the appimage-builder interpreter issue 2023-01-30 22:37:55 -03:00
RichardG867
0587402928 Jenkins: Update appimage-builder to CI build to fix arm64 issues 2023-01-30 19:04:49 -03:00
RichardG867
934c5df8fd Jenkins: Remove sound systems from FluidSynth as we don't use them 2023-01-30 18:26:14 -03:00
RichardG867
8493bde039 Jenkins: Fix openal-soft prefix 2023-01-30 15:35:10 -03:00
RichardG867
3cb6e8d9aa Jenkins: Patch openal-soft to enable PipeWire 2023-01-30 15:20:37 -03:00
RichardG867
a34dc15dc0 Jenkins: Update openal-soft to 1.22.2 2023-01-30 14:14:53 -03:00
RichardG867
781ebb04a7 No ChAnGeS 2023-01-15 16:01:22 -03:00
RichardG867
72118bb259 Jenkins: Add FluidSynth compilation to remove JACK and fix SDL compilation 2023-01-14 19:13:14 -03:00
RichardG867
91cde8c0af Merge branch 'master' of ssh://github.com/86Box/86Box 2023-01-14 17:55:05 -03:00
Jasmine Iwanek
a40630ba63 Even more tabs to spaces 2023-01-07 14:09:51 -05:00
RichardG867
a4b9c88695 Jenkins: Disable -Werror flags for building SDL2 2022-12-10 21:56:41 -03:00
richardg867
4fafe76e7c
Jenkins: Retry appimage-builder execution up to 5 times
GitHub and Debian CDNs keep failing...
2022-11-20 14:09:21 -03:00
RichardG867
6ebca8439e Jenkins: Small semantics change on the MacPorts dependency upgrade fix 2022-10-25 21:22:36 -03:00
RichardG867
4ac0ae0373 Jenkins: Workaround for MacPorts upgrade dependency issues, and fix macOS architecture switching when building for x86_64h 2022-10-25 19:21:00 -03:00