mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 04:37:09 +00:00
[macOS] Rename build scripts (#8887)
Co-authored-by: Alexey Ayupov <“alexey.ayupov@akvelon.com”>
This commit is contained in:
14
images/macos/scripts/build/install-cocoapods.sh
Normal file
14
images/macos/scripts/build/install-cocoapods.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash -e -o pipefail
|
||||
################################################################################
|
||||
## File: install-cocoapods.sh
|
||||
## Desc: Install Cocoapods
|
||||
################################################################################
|
||||
|
||||
# Setup the Cocoapods
|
||||
echo "Installing Cocoapods..."
|
||||
pod setup
|
||||
|
||||
# Create a symlink to /usr/local/bin since it was removed due to Homebrew change.
|
||||
ln -sf $(which pod) /usr/local/bin/pod
|
||||
|
||||
invoke_tests "Common" "CocoaPods"
|
||||
Reference in New Issue
Block a user