summaryrefslogtreecommitdiffstats
path: root/.travis (follow)
Commit message (Collapse)AuthorAgeFilesLines
* travis/linux: Use correct ccache directorylat9nq2020-12-101-1/+1
| | | | | | 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.
* core: Remove usage of unicornLioncash2020-11-043-12/+3
| | | | | | | | 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.
* ci: Make use of clang-format 10.0Lioncash2020-08-031-1/+1
| | | | | 10.0 seems to play nicer with C++ attributes compared to clang-format 6.0.
* Revert "CMake: Get Git submodule dependencies via CMake (#2474)"Tobias2019-06-291-3/+2
| | | | This reverts commit 5cef446f42e698a524c6c3240fedb0031f8e5694.
* CMake: Get Git submodule dependencies via CMake (#2474)Frederic L2019-06-201-2/+3
| | | | | | | | | | * 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
* Merge pull request #2408 from FearlessTobi/port-4215bunnei2019-05-033-3/+4
|\ | | | | Port citra-emu/citra#4215: "travis: Use Ninja for Travis builds"
| * travis: Use Ninja for Travis buildsCameron Cawley2019-04-163-3/+4
| |
* | Merge pull request #2406 from FearlessTobi/port-3839bunnei2019-05-016-17/+4
|\ \ | | | | | | Port citra-emu/citra#3839: "travis: use prebuilt image"
| * | travis: use prebuilt image (#3839)liushuyu2019-04-156-17/+4
| |/ | | | | | | | | | | * travis: use prebuilt image * travis: use prebuilt image (MinGW)
* / Launch directly in Mac without terminaltkeph6162019-04-201-12/+0
|/
* travis/macos: Use macpack to bundle dependenciesAlex James2019-03-232-3/+4
| | | | | This appears to properly handle the ffmpeg libraries that dylibbundler failed to patch.
* travis: Simplify macos/upload.shMerryMage2019-03-231-81/+11
|
* travis: Bump macOS version to 10.14Lioncash2019-03-081-1/+1
| | | | | | | 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.
* Merge pull request #1818 from ccawley2011/patch-1Hexagon122019-01-301-0/+2
|\ | | | | Add missing environment variables to travis-ci.env
| * Add missing environment variables to travis-ci.envCameron Cawley2018-11-281-0/+2
| |
* | travis: Use correct package for linux Qt5WebEngineZach Hilman2018-12-291-1/+1
| |
* | cmake: Add USE_QT_WEB_ENGINE flag and update build systemZach Hilman2018-12-282-3/+3
|/
* Merge pull request #1555 from ccawley2011/clang-format-dockerbunnei2018-11-193-5/+2
|\ | | | | travis: Use pre-built image for clang-format target
| * travis: Use pre-built image for clang-format targetCameron Cawley2018-10-243-5/+2
| |
* | Include imageformat dependencies with releasesJcw872018-11-161-0/+1
| |
* | Revert "Update MACOSX_DEPLOYMENT_TARGET to 10.14"Tobias2018-10-281-1/+1
| |
* | Update MACOSX_DEPLOYMENT_TARGET to 10.14Frederic L2018-10-251-1/+1
|/
* travis: Ignore binary files when checking for trailing whitespaceCameron Cawley2018-10-161-1/+1
|
* Port web_service from CitrafearlessTobi2018-10-024-3/+7
|
* OSX: Set MACOSX_DEPLOYMENT_TARGET to 10.13B3n302018-09-301-1/+1
|
* travis: running mingw build on travis citech4me2018-09-198-2/+193
| | | | This commit also fixed a broken cmake dependency with unicorn
* travis: use Citras ccachefearlessTobi2018-08-313-12/+4
|
* Merge pull request #1195 from FearlessTobi/port-gamelist-compatbunnei2018-08-312-2/+2
|\ | | | | yuzu: Show game compatibility in the game list (PR ported from Citra)
| * Show game compatibility within yuzufearlessTobi2018-08-292-2/+2
| |
* | Remove Citra specific variablefearlessTobi2018-08-291-3/+0
| |
* | travis: share env variables with Dockerliushuyu2018-08-292-1/+16
|/
* Add ccache support for macOS on TravisMichał Janiszewski2018-06-072-1/+5
|
* Add ccache support for Linux on TravisMichał Janiszewski2018-06-072-2/+8
|
* Install cmake from repositories for UbuntuMichał Janiszewski2018-06-071-5/+1
| | | | Ubuntu 18.04 already has cmake 3.10.2
* Use Ninja for Travis buildsMichał Janiszewski2018-05-281-3/+3
|
* Update build.shN00byKing2018-02-181-1/+1
|
* Use Docker for Build Target clang-format for travis.N00byKing2018-02-163-0/+14
| | | | This uses the (apparently) more stable Ubuntu Repo instead of the LLVM one.
* dynarmic: Update to 41ae12263MerryMage2018-02-091-1/+1
| | | | Changes: Primarily implementing more A64 instructions
* travis: Remove CMAKE_OSX_ARCHITECTURES argumentMerryMage2018-01-271-1/+1
| | | | | 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.
* Travis: Update clang-format to 6.0James Rowe2018-01-211-1/+1
|
* travis: Use more recent cmake on macOSMerryMage2018-01-161-0/+1
|
* Build: Add unicorn as a submodule and build it if neededJames Rowe2018-01-163-15/+3
| | | | | | | 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.
* CMake: Output binaries to bin/spycrab2018-01-152-4/+4
|
* Update build scriptsMerryMage2018-01-137-34/+47
|
* travis: Split build scripts for different platformsMerryMage2017-10-0710-0/+228
This commit also separates clang-format from the linux build, closing #2702.