Commit Graph

42 Commits (347b50ad439f184f0414bf978791f62b7a7c7017)

Author SHA1 Message Date
Tobias cae9708a00 Revert "CMake: Get Git submodule dependencies via CMake ()"
This reverts commit 5cef446f42.
Frederic L 5cef446f42 CMake: Get Git submodule dependencies via CMake ()
* CMake: Get Git submodule dependencies via CMake

* CMakeLists: Fixed unintentional line break

* travis: Bring parity between linux-mingw and linux build script

* CMakeLists: Fixed typo in error message
bunnei 1f72bb733f
Merge pull request from FearlessTobi/port-4215
Port : "travis: Use Ninja for Travis builds"
bunnei fb420358a9
Merge pull request from FearlessTobi/port-3839
Port : "travis: use prebuilt image"
tkeph616 92c274d4bb Launch directly in Mac without terminal
Cameron Cawley 1f3cc036da travis: Use Ninja for Travis builds
liushuyu a9f58593d4 travis: use prebuilt image ()
* travis: use prebuilt image

* travis: use prebuilt image (MinGW)
Alex James a5dbda3f76 travis/macos: Use macpack to bundle dependencies
This appears to properly handle the ffmpeg libraries that dylibbundler
failed to patch.
MerryMage 2bcebcff2a travis: Simplify macos/upload.sh
Lioncash 69749a88cd travis: Bump macOS version to 10.14
For whatever bizarre reason, Apple only made a few of std::optional's
member functions available on newer SDK versions. Given we can't even
run yuzu on macOS, and we keep the builder around to ensure that it
always at least compiles on macOS, we can bump this up a version.
Hexagon12 e597665569
Merge pull request from ccawley2011/patch-1
Add missing environment variables to travis-ci.env
Zach Hilman 0c5ede492f travis: Use correct package for linux Qt5WebEngine
Zach Hilman ef4c4e239d cmake: Add USE_QT_WEB_ENGINE flag and update build system
Cameron Cawley e0b0947437
Add missing environment variables to travis-ci.env
bunnei 5e6ad795cc
Merge pull request from ccawley2011/clang-format-docker
travis: Use pre-built image for clang-format target
Jcw87 287ee1cd63 Include imageformat dependencies with releases
Tobias 03150a560e
Revert "Update MACOSX_DEPLOYMENT_TARGET to 10.14"
Frederic L 942def7831
Update MACOSX_DEPLOYMENT_TARGET to 10.14
Cameron Cawley 34eaf3a366 travis: Use pre-built image for clang-format target
Cameron Cawley 41674d20ac travis: Ignore binary files when checking for trailing whitespace
fearlessTobi 4d139943f2 Port web_service from Citra
B3n30 56901912cb OSX: Set MACOSX_DEPLOYMENT_TARGET to 10.13
tech4me a8f54f96fc travis: running mingw build on travis ci
This commit also fixed a broken cmake dependency with unicorn
fearlessTobi dc3cc0002c travis: use Citras ccache
bunnei 26aaa86ece
Merge pull request from FearlessTobi/port-gamelist-compat
yuzu: Show game compatibility in the game list (PR ported from Citra)
fearlessTobi 78653f7339 Show game compatibility within yuzu
fearlessTobi 02dfbf961e Remove Citra specific variable
liushuyu a2c97de929 travis: share env variables with Docker
Michał Janiszewski c0d3e2da4e Add ccache support for macOS on Travis
Michał Janiszewski 517112f549 Add ccache support for Linux on Travis
Michał Janiszewski 6324d86c71 Install cmake from repositories for Ubuntu
Ubuntu 18.04 already has cmake 3.10.2
Michał Janiszewski 2abf39ea4a
Use Ninja for Travis builds
N00byKing b36ce74d18
Update build.sh
N00byKing 947831ff1e Use Docker for Build Target clang-format for travis.
This uses the (apparently) more stable Ubuntu Repo instead of the LLVM one.
MerryMage d3bbed5e78 dynarmic: Update to 41ae12263
Changes: Primarily implementing more A64 instructions
MerryMage 6755c0d1cf travis: Remove CMAKE_OSX_ARCHITECTURES argument
Unicorn only builds a x86_64 library, without a x86_64h slice. We can't link against
x86_64-only in this manner for static libraries.
James Rowe 425b3923d2 Travis: Update clang-format to 6.0
MerryMage 153205edbb travis: Use more recent cmake on macOS
James Rowe e026b66bbb Build: Add unicorn as a submodule and build it if needed
Adds a cmake custom target that will build unicorn on first compile and
uses this in the build scripts as well. Updates Appveyor and Travis
build scripts to work with the new unicorn build, and updates the paths
to all of the different artifacts.
spycrab 8a440faa69 CMake: Output binaries to bin/
MerryMage f95789a0b3 Update build scripts
MerryMage 15a2388a33 travis: Split build scripts for different platforms
This commit also separates clang-format from the linux build, closing .