We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5896e commit 76d9467Copy full SHA for 76d9467
.buildkite/commands/shared-set-up.sh
@@ -3,8 +3,12 @@
3
echo "--- :rubygems: Setting up Gems"
4
install_gems
5
6
+# The push/pop is workaround for tooling not supporting a Package.swift path.
7
+# Note that neither ours nor Apple's tooling does.
8
+pushd "$(dirname "${BASH_SOURCE[0]}")/../../Modules"
9
echo "--- :swift: Setting up Swift Packages"
10
install_swiftpm_dependencies
11
+popd
12
13
echo "--- :xcode: Fetch XCFrameworks"
14
rake dependencies
0 commit comments