Преглед изворни кода

CI: Add description to OSX deps build script

Colin Edwards пре 7 година
родитељ
комит
bc7a77964e
1 измењених фајлова са 7 додато и 1 уклоњено
  1. 7 1
      CI/util/build-package-deps-osx.sh

+ 7 - 1
CI/util/build-package-deps-osx.sh

@@ -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