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