Change recommended name of checkout directory for Foundation and XCTest

This commit is contained in:
Tony Parker
2015-11-30 08:09:45 -08:00
parent 68aa44b30c
commit 32f8492936
2 changed files with 4 additions and 4 deletions

View File

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

View File

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