Skip to content

Instantly share code, notes, and snippets.

@omochi
Last active November 14, 2018 12:16
Show Gist options
  • Save omochi/4ee26ed34d128073cabdac954df4ddff to your computer and use it in GitHub Desktop.
Save omochi/4ee26ed34d128073cabdac954df4ddff to your computer and use it in GitHub Desktop.
$ pwd
/Users/omochi/work/swift-source
$ ls
clang lldb swift-corelibs-foundation swift-xcode-playground-support
cmark llvm swift-corelibs-libdispatch swiftpm
compiler-rt ninja swift-corelibs-xctest work
llbuild swift swift-integration-tests
$ cd swift
# swiftリポジトリをアップデート
$ git pull
# 念の為まず全部masterでcheckout
$ utils/update-checkout
# snapshot
$ utils/update-checkout --tag swift-DEVELOPMENT-SNAPSHOT-2018-11-01-a
# ビルド
# FoundationとXCTestとテストのビルドが必要
$ utils/build-script --foundation --xctest --test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment