Tobias
12480d8eda
Revert "CMake: Get Git submodule dependencies via CMake ( #2474 )"
This reverts commit 7789dbc2f2 .
7 years ago
Frederic L
7789dbc2f2
CMake: Get Git submodule dependencies via CMake ( #2474 )
* 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
7 years ago
tkeph616
ff82aaf571
Launch directly in Mac without terminal
7 years ago
Cameron Cawley
ed8ae582f7
travis: Use Ninja for Travis builds
7 years ago
liushuyu
831f7ffed9
travis: use prebuilt image ( #3839 )
* travis: use prebuilt image
* travis: use prebuilt image (MinGW)
7 years ago
Alex James
07d15816f7
travis/macos: Use macpack to bundle dependencies
This appears to properly handle the ffmpeg libraries that dylibbundler
failed to patch.
7 years ago
MerryMage
e0f33ace85
travis: Simplify macos/upload.sh
7 years ago
Lioncash
d3b068d5eb
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.
7 years ago
Zach Hilman
543cea4c5d
travis: Use correct package for linux Qt5WebEngine
7 years ago
Zach Hilman
cc3d152dc7
cmake: Add USE_QT_WEB_ENGINE flag and update build system
7 years ago
Cameron Cawley
bc61ec6218
Add missing environment variables to travis-ci.env
7 years ago
Jcw87
612a19491b
Include imageformat dependencies with releases
7 years ago
Tobias
c4cef69185
Revert "Update MACOSX_DEPLOYMENT_TARGET to 10.14"
7 years ago
Frederic L
3e46ff61ec
Update MACOSX_DEPLOYMENT_TARGET to 10.14
7 years ago
Cameron Cawley
65e8ed8e10
travis: Use pre-built image for clang-format target
7 years ago
Cameron Cawley
498c34e354
travis: Ignore binary files when checking for trailing whitespace
7 years ago
fearlessTobi
92e939952c
Port web_service from Citra
7 years ago
B3n30
3c1e2a99e1
OSX: Set MACOSX_DEPLOYMENT_TARGET to 10.13
7 years ago
tech4me
a1cb3164fe
travis: running mingw build on travis ci
This commit also fixed a broken cmake dependency with unicorn
7 years ago
fearlessTobi
53645d42a7
travis: use Citras ccache
7 years ago
fearlessTobi
f30bf4d48d
Show game compatibility within yuzu
7 years ago
fearlessTobi
8ba6aaf849
Remove Citra specific variable
7 years ago
liushuyu
9ec16f734a
travis: share env variables with Docker
8 years ago
Michał Janiszewski
9ccc666487
Add ccache support for macOS on Travis
8 years ago
Michał Janiszewski
25e8818a45
Add ccache support for Linux on Travis
8 years ago
Michał Janiszewski
0d523a0fa6
Install cmake from repositories for Ubuntu
Ubuntu 18.04 already has cmake 3.10.2
8 years ago
Michał Janiszewski
71a9a544c1
Use Ninja for Travis builds
8 years ago
N00byKing
ea25397c5a
Update build.sh
8 years ago
N00byKing
f6e539839a
Use Docker for Build Target clang-format for travis.
This uses the (apparently) more stable Ubuntu Repo instead of the LLVM one.
8 years ago
MerryMage
9eb03cb8ef
dynarmic: Update to 41ae12263
Changes: Primarily implementing more A64 instructions
8 years ago
MerryMage
286a729396
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.
8 years ago
James Rowe
ee958102f0
Travis: Update clang-format to 6.0
8 years ago
MerryMage
da0933bdc1
travis: Use more recent cmake on macOS
8 years ago
James Rowe
84a702e6c3
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.
8 years ago
spycrab
e72bb74c9e
CMake: Output binaries to bin/
8 years ago
MerryMage
16e512f2a7
Update build scripts
8 years ago
MerryMage
b66add01f8
travis: Split build scripts for different platforms
This commit also separates clang-format from the linux build, closing #2702 .
8 years ago