summaryrefslogtreecommitdiffstats
path: root/.travis/macos (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* cmake: Add USE_QT_WEB_ENGINE flag and update build systemZach Hilman2018-12-281-1/+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
|
* Port web_service from CitrafearlessTobi2018-10-021-1/+1
|
* OSX: Set MACOSX_DEPLOYMENT_TARGET to 10.13B3n302018-09-301-1/+1
|
* travis: running mingw build on travis citech4me2018-09-191-1/+3
| | | | This commit also fixed a broken cmake dependency with unicorn
* travis: use Citras ccachefearlessTobi2018-08-311-4/+1
|
* Show game compatibility within yuzufearlessTobi2018-08-291-1/+1
|
* Add ccache support for macOS on TravisMichał Janiszewski2018-06-072-1/+5
|
* 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: Use more recent cmake on macOSMerryMage2018-01-161-0/+1
|
* Build: Add unicorn as a submodule and build it if neededJames Rowe2018-01-162-7/+1
| | | | | | | 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-151-2/+2
|
* Update build scriptsMerryMage2018-01-133-23/+31
|
* travis: Split build scripts for different platformsMerryMage2017-10-073-0/+126
This commit also separates clang-format from the linux build, closing #2702.