3802474483
travis/linux: Use correct ccache directory
...
Changes the bound ccache directory to `/home/yuzu/.ccache` instead of
`/root/.ccache`, since the `/root` directory is not accessible by the
`yuzu` user in the guest container.
2020-12-10 03:34:16 -05:00
fc6db97a09
core: Remove usage of unicorn
...
Unicorn long-since lost most of its use, due to dynarmic gaining support
for handling most instructions. At this point any further issues
encountered should be used to make dynarmic better.
This also allows us to remove our dependency on Python.
2020-11-03 20:22:05 -05:00
0105368cc1
ci: Make use of clang-format 10.0
...
10.0 seems to play nicer with C++ attributes compared to clang-format
6.0.
2020-08-02 20:55:54 -04:00
cae9708a00
Revert "CMake: Get Git submodule dependencies via CMake ( #2474 )"
...
This reverts commit 5cef446f42
.
2019-06-29 22:19:47 +02:00
5cef446f42
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
2019-06-19 22:26:12 -04:00
1f72bb733f
Merge pull request #2408 from FearlessTobi/port-4215
...
Port citra-emu/citra#4215 : "travis: Use Ninja for Travis builds"
2019-05-02 20:59:09 -04:00
fb420358a9
Merge pull request #2406 from FearlessTobi/port-3839
...
Port citra-emu/citra#3839 : "travis: use prebuilt image"
2019-04-30 19:25:53 -04:00
92c274d4bb
Launch directly in Mac without terminal
2019-04-20 20:31:34 +02:00
1f3cc036da
travis: Use Ninja for Travis builds
2019-04-16 01:06:34 +02:00
a9f58593d4
travis: use prebuilt image ( #3839 )
...
* travis: use prebuilt image
* travis: use prebuilt image (MinGW)
2019-04-15 22:22:09 +02:00
a5dbda3f76
travis/macos: Use macpack to bundle dependencies
...
This appears to properly handle the ffmpeg libraries that dylibbundler
failed to patch.
2019-03-23 01:37:38 +01:00
2bcebcff2a
travis: Simplify macos/upload.sh
2019-03-23 01:33:53 +01:00
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.
2019-03-07 23:34:37 -05:00
e597665569
Merge pull request #1818 from ccawley2011/patch-1
...
Add missing environment variables to travis-ci.env
2019-01-30 19:53:34 +02:00
0c5ede492f
travis: Use correct package for linux Qt5WebEngine
2018-12-28 19:29:49 -05:00
ef4c4e239d
cmake: Add USE_QT_WEB_ENGINE flag and update build system
2018-12-28 15:32:39 -05:00
e0b0947437
Add missing environment variables to travis-ci.env
2018-11-28 15:12:03 +00:00
5e6ad795cc
Merge pull request #1555 from ccawley2011/clang-format-docker
...
travis: Use pre-built image for clang-format target
2018-11-18 19:54:38 -08:00
287ee1cd63
Include imageformat dependencies with releases
2018-11-15 20:55:37 -08:00
03150a560e
Revert "Update MACOSX_DEPLOYMENT_TARGET to 10.14"
2018-10-28 13:43:42 +01:00
942def7831
Update MACOSX_DEPLOYMENT_TARGET to 10.14
2018-10-25 08:35:42 +02:00
34eaf3a366
travis: Use pre-built image for clang-format target
2018-10-24 00:08:38 +01:00
41674d20ac
travis: Ignore binary files when checking for trailing whitespace
2018-10-16 14:48:37 +02:00
4d139943f2
Port web_service from Citra
2018-10-02 15:30:48 +02:00
56901912cb
OSX: Set MACOSX_DEPLOYMENT_TARGET to 10.13
2018-09-30 13:34:49 +02:00
a8f54f96fc
travis: running mingw build on travis ci
...
This commit also fixed a broken cmake dependency with unicorn
2018-09-19 14:22:14 -04:00
dc3cc0002c
travis: use Citras ccache
2018-08-31 20:13:26 +02:00
26aaa86ece
Merge pull request #1195 from FearlessTobi/port-gamelist-compat
...
yuzu: Show game compatibility in the game list (PR ported from Citra)
2018-08-30 21:34:43 -04:00
78653f7339
Show game compatibility within yuzu
2018-08-29 15:42:53 +02:00
02dfbf961e
Remove Citra specific variable
2018-08-29 15:29:37 +02:00
a2c97de929
travis: share env variables with Docker
2018-08-29 15:28:13 +02:00
c0d3e2da4e
Add ccache support for macOS on Travis
2018-06-07 21:43:33 +02:00
517112f549
Add ccache support for Linux on Travis
2018-06-07 21:43:32 +02:00
6324d86c71
Install cmake from repositories for Ubuntu
...
Ubuntu 18.04 already has cmake 3.10.2
2018-06-07 21:42:12 +02:00
2abf39ea4a
Use Ninja for Travis builds
2018-05-28 11:34:47 +02:00
b36ce74d18
Update build.sh
2018-02-18 01:01:24 +01:00
947831ff1e
Use Docker for Build Target clang-format for travis.
...
This uses the (apparently) more stable Ubuntu Repo instead of the LLVM one.
2018-02-16 22:21:31 +01:00
d3bbed5e78
dynarmic: Update to 41ae12263
...
Changes: Primarily implementing more A64 instructions
2018-02-09 00:29:36 +00:00
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.
2018-01-27 15:36:38 +00:00
425b3923d2
Travis: Update clang-format to 6.0
2018-01-20 16:45:11 -07:00
153205edbb
travis: Use more recent cmake on macOS
2018-01-16 18:02:08 +00:00
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.
2018-01-16 01:15:52 -07:00
8a440faa69
CMake: Output binaries to bin/
2018-01-15 13:47:38 +01:00
f95789a0b3
Update build scripts
2018-01-13 22:38:47 +00:00
15a2388a33
travis: Split build scripts for different platforms
...
This commit also separates clang-format from the linux build, closing #2702 .
2017-10-07 12:10:03 +01:00