mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Change recommended name of checkout directory for Foundation and XCTest
This commit is contained in:
@@ -73,8 +73,8 @@ compiler for C++14 support and create a symlink:
|
||||
git clone git@github.com:/apple/swift-cmark.git cmark
|
||||
git clone git@github.com:/apple/swift-llbuild.git llbuild
|
||||
git clone git@github.com:/apple/swift-package-manager.git swiftpm
|
||||
git clone git@github.com:/apple/swift-corelibs-xctest.git XCTest
|
||||
git clone git@github.com:/apple/swift-corelibs-foundation.git Foundation
|
||||
git clone git@github.com:/apple/swift-corelibs-xctest.git
|
||||
git clone git@github.com:/apple/swift-corelibs-foundation.git
|
||||
|
||||
|
||||
[CMake](http://cmake.org) is the core infrastructure used to configure builds of
|
||||
|
||||
@@ -829,8 +829,8 @@ CMARK_SOURCE_DIR="$WORKSPACE/cmark"
|
||||
LLDB_SOURCE_DIR="$WORKSPACE/lldb"
|
||||
LLBUILD_SOURCE_DIR="$WORKSPACE/llbuild"
|
||||
SWIFTPM_SOURCE_DIR="$WORKSPACE/swiftpm"
|
||||
XCTEST_SOURCE_DIR="$WORKSPACE/XCTest"
|
||||
FOUNDATION_SOURCE_DIR="$WORKSPACE/Foundation"
|
||||
XCTEST_SOURCE_DIR="$WORKSPACE/swift-corelibs-xctest"
|
||||
FOUNDATION_SOURCE_DIR="$WORKSPACE/swift-corelibs-foundation"
|
||||
|
||||
if [[ ! -d $CMARK_SOURCE_DIR ]]; then
|
||||
echo "$CMARK_SOURCE_DIR not found. Attempting to clone ..."
|
||||
|
||||
Reference in New Issue
Block a user