119 Commits

Author SHA1 Message Date
OpenSauce04
e7ca0a8159 latest: Added symlink which ensures that the lupdate command is in PATH 2025-05-06 19:57:05 +01:00
OpenSauce
280a1c4c4d
Minor readme adjustment 2025-03-01 14:23:59 +00:00
OpenSauce04
3784cb6872 Added transifex-specific build environment image
See https://github.com/azahar-emu/azahar/issues/592
2025-03-01 14:16:30 +00:00
OpenSauce04
0ef81d787a Version-agnostic symlinks for Clang commands are now created 2025-02-27 17:52:02 +00:00
OpenSauce04
8484eeb6e5 Changed name of build user from lime to citra 2025-02-23 23:38:09 +00:00
OpenSauce04
1ea4df21e3 Updated LLVM toolchain from version 18 to version 19 2025-02-23 23:19:53 +00:00
OpenSauce04
36e6a01e82 Rebase to Debian 13 (Trixie) testing image + Get LLVM toolchain from Debian repos 2025-02-23 22:48:00 +00:00
OpenSauce
cf05eaa86f
Update README.md 2024-11-16 20:17:57 +00:00
OpenSauce04
2451f2e4dc Revert "Add qt6-wayland to build environment"
This reverts commit 12e3a82dbec25e0ceebbc74689de35e98322af87.

See https://github.com/Lime3DS/Lime3DS/issues/496 for more details
2024-10-14 20:39:54 +01:00
OpenSauce
12e3a82dbe
Add qt6-wayland to build environment
Addresses #1
2024-07-30 18:40:37 +00:00
OpenSauce04
ccd962cd26 Added Ruby to Lime3DS environment 2024-07-25 17:37:07 +01:00
OpenSauce04
d8f76f3939 Fixed Transifex client executable not being in PATH in Actions environment 2024-05-26 11:46:57 +01:00
OpenSauce04
b624c80915 Added Transifex CLI client to environment 2024-05-17 15:48:48 +01:00
OpenSauce04
2c8e9df660 Build environment update
- Now based on Debian 12 Slim
- Now uses glibc 2.36 (previously 2.38)
- Now explicitly installs libc++ 18
2024-04-28 13:20:17 +00:00
OpenSauce04
42d33d36f3 Merged linux-fresh and linux-appimage build envs 2024-04-15 23:45:16 +01:00
OpenSauce04
9f04824e9e linux-fresh: Locked Clang version to 18.x 2024-04-15 21:32:32 +01:00
João Vitor Polverari
3f6445c938
Update README.md 2024-04-15 16:51:32 -03:00
OpenSauce04
ba7f5509c1 Updated to Clang 18
+ removed Transifex
2024-04-15 19:03:08 +01:00
OpenSauce04
b43f83ab6b Rebranded to reflect usage in Lime3DS 2024-04-15 18:02:25 +01:00
OpenSauce04
3d82e5bf29 Removed workflow 2024-04-15 17:59:26 +01:00
PabloMK7
fe95531e41
Update ci.yml 2024-03-06 17:34:14 +01:00
PabloMK7
2b2a7a086f
Update ci.yml 2024-03-06 17:24:21 +01:00
PabloMK7
73422302f1
Update README.md 2024-03-06 17:20:29 +01:00
PabloMK7
dcd7af0fc2
Update README.md 2024-03-06 17:18:58 +01:00
TGP17
d537594304
Add qt6gtk2 (#59) 2024-01-08 12:25:36 -08:00
TGP17
cf30470748
Revert "Adds required Dockerfiles for Linux Arm64" (#58) 2024-01-08 12:18:42 -08:00
TGP17
ec0efa8b1c
Add LLVM 15 (#57) 2023-10-18 14:16:21 -07:00
liushuyu
55b02717e6
Merge pull request #56 from TGP17/linux-arm64
Adds required Dockerfiles for Linux Arm64
2023-10-01 12:15:20 -06:00
TGP17
46c2384383
Adds required Dockerfiles for Linux Arm64 2023-10-01 15:59:36 +02:00
liushuyu
e17f6a13b3
Merge pull request #55 from SachinVin/bump
linux-fresh\Dockerfile: Bump ubuntu to 23.04
2023-09-27 06:36:31 -06:00
SachinVin
50433cf809 linux-fresh\Dockerfile: Bump ubuntu to 23.04
glslang
2023-09-26 18:21:34 +05:30
Steveice10
7d9bfe1840
Add libgl-dev and libsdl2-dev to linux-fresh. (#53) 2023-06-28 01:50:03 -06:00
Steveice10
705f98f1eb
Re-add libqt6opengl6-dev to linux-fresh (#52) 2023-06-28 00:43:13 -06:00
Steveice10
d13778f06c
Clean up Linux build images and dependencies. (#51) 2023-06-28 00:19:42 -06:00
TGP17
660e3995d4
Add checkrt plugin (#49) 2023-05-18 15:21:56 -06:00
bunnei
54902bd4da
Merge pull request #48 from TGP17/Ubuntu20.04
Change AppImage Buildsystem to Ubuntu20.04
2023-05-14 20:09:53 -07:00
TGP17
e1408af504
Change AppImage Buildsystem to Ubuntu20.04 2023-05-11 20:46:50 +02:00
GPUCode
8594403ed1
appimage: Update glslang (#47) 2023-05-08 13:12:22 -06:00
GPUCode
a8238c2b9b
linux: Update glslang (#46)
* Provides a newer glslang version we need
2023-05-08 10:53:35 -06:00
Steveice10
3e2ed3a387
Clean up linux-appimage image. (#45) 2023-05-02 14:21:29 +02:00
Steveice10
20473a647f
Add Vulkan headers to MinGW environment. (#44) 2023-04-15 03:56:42 -06:00
Steveice10
b4f1ce9940
Fix build issues from Qt 6 differences. (#43) 2023-04-15 00:28:28 -06:00
Steveice10
a48e53c6d1
Add Qt 6 to Linux build images. (#42)
* Add Qt 6 to Linux build images.

* Update dependent CI actions.
2023-04-14 21:50:11 -06:00
MT19048
d6e4e7ff16
Add missing file dependency for appimage docker (#41) 2023-04-09 04:47:31 -06:00
MT19048
66014b5b7a
Add linux-appimage dockerfile (#40)
* Create Dockerfile

* Update Dockerfile

* Add AppImage Dockercontainer

* Add missing RUN before commands

* Add missing depenencies

* Change to Debian 11

Change to Debian 11 for more compatibility on older Distros
2023-04-09 03:23:53 -06:00
GPUCode
d154a98283
Port yuzu-emu/build-environments#62: "transifex: New transifex client" (#38)
* transifex: New transifex client

New client uses new API. Same great name, but in go instead of python

* linux-mingw: Update ffmpeg link

---------

Co-authored-by: Kyle Kienapfel <Docteh@users.noreply.github.com>
2023-04-04 16:16:47 -06:00
liushuyu
50bff74af5
linux-mingw: update ffmpeg 2023-02-18 00:04:49 -07:00
SachinVin
5ac00a5145
transifex: Update CMake to 3.22.6... (#37)
* transifex: Update CMake to 3.22.6; port https://github.com/yuzu-emu/build-environments/pull/67

curl

* mingw: fix ffmpeg link

* CI: build on all branches
2023-02-17 23:31:06 -07:00
liushuyu
1c7f3bbe1f
Merge pull request #36 from GPUCode/master
linux: Provide glslang from PPA
2022-12-26 01:32:39 -07:00
GPUCode
22d2da9147 linux: Provide glslang from PPA
- The available version is too old
2022-12-26 10:27:51 +02:00