summaryrefslogtreecommitdiffstats
path: root/.travis/macos/build.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-07Add ccache support for macOS on TravisMichał Janiszewski1-0/+4
2018-02-09dynarmic: Update to 41ae12263MerryMage1-1/+1
Changes: Primarily implementing more A64 instructions
2018-01-27travis: Remove CMAKE_OSX_ARCHITECTURES argumentMerryMage1-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.
2018-01-16Build: Add unicorn as a submodule and build it if neededJames Rowe1-1/+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.
2018-01-13Update build scriptsMerryMage1-0/+2
2017-10-07travis: Split build scripts for different platformsMerryMage1-0/+12
This commit also separates clang-format from the linux build, closing #2702.