Michał Janiszewski
9ccc666487
Add ccache support for macOS on Travis
8 years ago
Michał Janiszewski
25e8818a45
Add ccache support for Linux on Travis
8 years ago
Michał Janiszewski
0d523a0fa6
Install cmake from repositories for Ubuntu
Ubuntu 18.04 already has cmake 3.10.2
8 years ago
Michał Janiszewski
71a9a544c1
Use Ninja for Travis builds
8 years ago
N00byKing
ea25397c5a
Update build.sh
8 years ago
N00byKing
f6e539839a
Use Docker for Build Target clang-format for travis.
This uses the (apparently) more stable Ubuntu Repo instead of the LLVM one.
8 years ago
MerryMage
9eb03cb8ef
dynarmic: Update to 41ae12263
Changes: Primarily implementing more A64 instructions
8 years ago
MerryMage
286a729396
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.
8 years ago
James Rowe
ee958102f0
Travis: Update clang-format to 6.0
8 years ago
MerryMage
da0933bdc1
travis: Use more recent cmake on macOS
8 years ago
James Rowe
84a702e6c3
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.
8 years ago
spycrab
e72bb74c9e
CMake: Output binaries to bin/
8 years ago
MerryMage
16e512f2a7
Update build scripts
8 years ago
MerryMage
b66add01f8
travis: Split build scripts for different platforms
This commit also separates clang-format from the linux build, closing #2702 .
8 years ago