summaryrefslogtreecommitdiffstats
path: root/.travis/macos/deps.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-23travis/macos: Use macpack to bundle dependenciesAlex James1-1/+2
This appears to properly handle the ffmpeg libraries that dylibbundler failed to patch.
2018-06-07Add ccache support for macOS on TravisMichał Janiszewski1-1/+1
2018-01-16travis: Use more recent cmake on macOSMerryMage1-0/+1
2018-01-16Build: Add unicorn as a submodule and build it if neededJames Rowe1-6/+0
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-1/+7
2017-10-07travis: Split build scripts for different platformsMerryMage1-0/+4
This commit also separates clang-format from the linux build, closing #2702.