summaryrefslogtreecommitdiff
path: root/.ci/scripts/linux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CI: unbreak ADO after GHA changesGravatar liushuyu2022-07-051-1/+1
|
* CI: workaround appimage generation if FUSE is not availableGravatar liushuyu2022-07-041-0/+5
|
* CI: upload artifacts for pull request verificationGravatar liushuyu2022-07-041-0/+0
|
* CI: use Ninja to build stuff fasterGravatar liushuyu2022-07-041-3/+4
|
* CI: Use GitHub Actions to check pull requestsGravatar liushuyu2022-07-041-2/+0
|
* cmake, ci: Build bundled FFmpeg with yuzuGravatar lat9nq2021-07-061-1/+2
| | | | | | | | | Drops usage of CMAKE_DEPENDENT_OPTION to allow using YUZU_USE_BUNDLED_FFMPEG as an option on any platform. CI then now builds FFmpeg always, netting about 10 MB less used on the AppImage. Also somewhat fixes YUZU_USE_BUNDLED_QT so that it can be used even if CMake doesn't clean up its state after running the first find_package.
* ci: linux: Freeze AppImage binariesGravatar lat9nq2021-05-162-5/+5
| | | | | | | | | | | | | | A regression was introduced on May 13 by linuxdeploy that causes file open dialogs to crash yuzu in the AppImage (likely this commit 1e28ee38fa174279defe70cdaadf2a552c80258c from linuxdeploy/linuxdeploy-desktopfile). Instead of downloading the latest version from each of the repos we use to build the AppImage, just download the ones hosted at yuzu-emu/ext-linux-bin, which are the same binaries we have been using, but verified to be working and won't update on us beyond our control. This can eventually be moved into the container itself to remove the need to download them at build time.
* ci: linux: Link Boost staticallyGravatar lat9nq2021-04-181-1/+11
| | | | | | Only affects the AppImage and the raw binaries. Enables running the executable alone on Linux systems when all other libraries are compatible.
* ci/linux: Make Mainline AppImages updateableGravatar lat9nq2021-01-062-9/+20
| | | | | | | | | | | Moves the final step for building the AppImage to the upload script. Instructs appimagetool to embed update information into the AppImage if the release target is Mainline. Also tells it to create a zsync file to enable partial-downloads when updating the AppImage. Also renames the AppImage from `yuzu-{version info}-x86_64.AppImage` to `yuzu-{version info}.AppImage` to avoid a bug in the downloads page at yuzu-emu.org/downloads.
* ci: Build an AppImageGravatar lat9nq2020-12-302-2/+47
| | | | | | This builds yuzu in an AppImage alongside the other archives during release. Required to allow distributing yuzu in the future with upgraded dependencies, such as Qt.
* ci: Remove `-DYUZU_USE_BUNDLED_UNICORN=ON`Gravatar lat9nq2020-12-081-1/+1
| | | | | | Unicorn has been removed, yet CI still enables building with Unicorn. This just cleans up a few leftovers by removing the variable from the CMake parameters in CI.
* Disable web applet and warning when compiling for Linux on CIGravatar lat9nq2020-11-301-1/+1
| | | | | | | | | | | yuzu's web applet does not or barely reacts to user input while open in Linux. It can be closed via 'Exit Web Applet' on the menubar, however if yuzu is in fullscreen, this is effectively a softlock as the menubar cannot be accessed. This disables building yuzu with the web applet on the Linux CI target. In addition, this disables the QMessageBox warning about not having compiled yuzu with the web applet.
* yuzu: Port translation support from CitraGravatar FearlessTobi2020-07-181-1/+1
| | | | Co-Authored-By: Weiyi Wang <wwylele@gmail.com>
* Replace externals with Conan (#3735)Gravatar James Rowe2020-05-081-0/+3
| | | | | | | | | | | | | | | | | | | | | * Remove git submodules that will be loaded through conan * Move custom Find modules to their own folder * Use conan for downloading missing external dependencies * CI: Change the yuzu source folder user to the user that the containers run on * Attempt to remove dirty mingw build hack * Install conan on the msvc build * Only set release build type when using not using multi config generator * Re-add qt bundled to workaround an issue with conan qt not downloading prebuilt binaries * Add workaround for submodules that use legacy CMAKE variables * Re-add USE_BUNDLED_QT on the msvc build bot
* Re-enables building yuzu with Vulkan enabled via the CI scriptsGravatar lat9nq2020-05-031-1/+1
| | | | | | This is possible now with the updated Docker images and their updated packages. Before, there were build errors due to old QT5 packages on Ubuntu, but now since they have updated packages it is feasible to build with Vulkan enabled once more.
* ci: Disable Vulkan for Linux buildsGravatar ReinUsesLisp2020-01-291-1/+1
|
* ci: Rename build folder only on non-mainline buildsGravatar bunnei2019-11-061-3/+9
|
* Revert "ci: Rename build folder only on non-mainline builds"Gravatar bunnei2019-11-061-9/+3
|
* Merge pull request #3073 from DarkLordZach/azure-rename-partialGravatar bunnei2019-11-051-3/+9
|\ | | | | ci: Rename build folder only on non-mainline builds
| * ci: Rename build folder only on non-mainline buildsGravatar Zach Hilman2019-11-051-3/+9
| |
* | externals: Amend zlib submoduleGravatar Lioncash2019-10-291-2/+1
| | | | | | | | | | | | Supplies CMakeLists.txt file that avoids pulling in zlib's tests into the tree. This avoids needing to explicitly opt these tests out from ctest.
* | Revert "ci: Add build name to archive root folder"Gravatar James Rowe2019-10-241-4/+3
| | | | | | | | This reverts commit 5e553a6c267f4ab96a89833f1006ea27fd78b30a.
* | ci: Add build name to archive root folderGravatar Zach Hilman2019-10-231-3/+4
|/
* ci: Add version counter variableGravatar Zach Hilman2019-10-052-2/+2
|
* externals: Use upstream zlibGravatar Lioncash2019-10-041-1/+2
| | | | | | We don't need to depend on a custom fork for this. We can add the library as is, and then make it excluded from the ALL target, so we only link in the libraries that we actually make use of.
* Finalize Azure Pipelines DefinitionsGravatar Zach Hilman2019-07-133-0/+33
d