CI: Add description to OSX deps build script

master
Colin Edwards 2018-04-22 14:19:17 -05:00 committed by GitHub
parent 6f4985e4d6
commit bc7a77964e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
#!/usr/bin/env bash
# This script builds a tar file that contains a bunch of deps that OBS needs for
# advanced functionality on OSX. Currently this tar file is pulled down off of s3
# and used in the CI build process on travis.
# Mostly this sets build flags to compile with older SDKS and make sure that
# the libs are portable.
exists()
{
command -v "$1" >/dev/null 2>&1
@ -149,4 +155,4 @@ cd $WORK_DIR
tar -czf osx-deps.tar.gz obsdeps
cp ./osx-deps.tar.gz $CURDIR
cp ./osx-deps.tar.gz $CURDIR