summaryrefslogtreecommitdiff
path: root/.travis
AgeCommit message (Collapse)Author
2021-10-12Build system: remove references to travisFearlessTobi
Co-Authored-By: Vitor K <vitor-kiguchi@hotmail.com>
2020-12-10travis/linux: Use correct ccache directorylat9nq
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-11-03core: Remove usage of unicornLioncash
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-08-02ci: Make use of clang-format 10.0Lioncash
10.0 seems to play nicer with C++ attributes compared to clang-format 6.0.
2019-06-29Revert "CMake: Get Git submodule dependencies via CMake (#2474)"Tobias
This reverts commit 5cef446f42e698a524c6c3240fedb0031f8e5694.
2019-06-19CMake: Get Git submodule dependencies via CMake (#2474)Frederic L
* 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-05-02Merge pull request #2408 from FearlessTobi/port-4215bunnei
Port citra-emu/citra#4215: "travis: Use Ninja for Travis builds"
2019-04-30Merge pull request #2406 from FearlessTobi/port-3839bunnei
Port citra-emu/citra#3839: "travis: use prebuilt image"
2019-04-20Launch directly in Mac without terminaltkeph616
2019-04-16travis: Use Ninja for Travis buildsCameron Cawley
2019-04-15travis: use prebuilt image (#3839)liushuyu
* travis: use prebuilt image * travis: use prebuilt image (MinGW)
2019-03-23travis/macos: Use macpack to bundle dependenciesAlex James
This appears to properly handle the ffmpeg libraries that dylibbundler failed to patch.
2019-03-23travis: Simplify macos/upload.shMerryMage
2019-03-07travis: Bump macOS version to 10.14Lioncash
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-01-30Merge pull request #1818 from ccawley2011/patch-1Hexagon12
Add missing environment variables to travis-ci.env
2018-12-28travis: Use correct package for linux Qt5WebEngineZach Hilman
2018-12-28cmake: Add USE_QT_WEB_ENGINE flag and update build systemZach Hilman
2018-11-28Add missing environment variables to travis-ci.envCameron Cawley
2018-11-18Merge pull request #1555 from ccawley2011/clang-format-dockerbunnei
travis: Use pre-built image for clang-format target
2018-11-15Include imageformat dependencies with releasesJcw87
2018-10-28Revert "Update MACOSX_DEPLOYMENT_TARGET to 10.14"Tobias
2018-10-25Update MACOSX_DEPLOYMENT_TARGET to 10.14Frederic L
2018-10-24travis: Use pre-built image for clang-format targetCameron Cawley
2018-10-16travis: Ignore binary files when checking for trailing whitespaceCameron Cawley
2018-10-02Port web_service from CitrafearlessTobi
2018-09-30OSX: Set MACOSX_DEPLOYMENT_TARGET to 10.13B3n30
2018-09-19travis: running mingw build on travis citech4me
This commit also fixed a broken cmake dependency with unicorn
2018-08-31travis: use Citras ccachefearlessTobi
2018-08-30Merge pull request #1195 from FearlessTobi/port-gamelist-compatbunnei
yuzu: Show game compatibility in the game list (PR ported from Citra)
2018-08-29Show game compatibility within yuzufearlessTobi
2018-08-29Remove Citra specific variablefearlessTobi
2018-08-29travis: share env variables with Dockerliushuyu
2018-06-07Add ccache support for macOS on TravisMichał Janiszewski
2018-06-07Add ccache support for Linux on TravisMichał Janiszewski
2018-06-07Install cmake from repositories for UbuntuMichał Janiszewski
Ubuntu 18.04 already has cmake 3.10.2
2018-05-28Use Ninja for Travis buildsMichał Janiszewski
2018-02-18Update build.shN00byKing
2018-02-16Use Docker for Build Target clang-format for travis.N00byKing
This uses the (apparently) more stable Ubuntu Repo instead of the LLVM one.
2018-02-09dynarmic: Update to 41ae12263MerryMage
Changes: Primarily implementing more A64 instructions
2018-01-27travis: Remove CMAKE_OSX_ARCHITECTURES argumentMerryMage
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-20Travis: Update clang-format to 6.0James Rowe
2018-01-16travis: Use more recent cmake on macOSMerryMage
2018-01-16Build: Add unicorn as a submodule and build it if neededJames Rowe
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-15CMake: Output binaries to bin/spycrab
2018-01-13Update build scriptsMerryMage
2017-10-07travis: Split build scripts for different platformsMerryMage
This commit also separates clang-format from the linux build, closing #2702.