summaryrefslogtreecommitdiffstats
path: root/.travis (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.