Skip to content

Instantly share code, notes, and snippets.

@eyeplum
Created July 2, 2016 06:35
Show Gist options
  • Save eyeplum/e0c2a99959e222f54044bf66c1819ec5 to your computer and use it in GitHub Desktop.
Save eyeplum/e0c2a99959e222f54044bf66c1819ec5 to your computer and use it in GitHub Desktop.
Working with Swift.org
.PHONY: docker
.PHONY: build
.PHONY: test
docker:
docker run -it \
-v /Users/eyeplum/Projects/swift.org/:/swift.org \
eyeplum/swift-foundation-dev \
/bin/bash
build:
swift/utils/build-script -R --xctest --foundation -j1
test:
LD_LIBRARY_PATH=./build/Ninja-ReleaseAssert/foundation-linux-x86_64/Foundation/:./build/Ninja-ReleaseAssert/xctest-linux-x86_64/ \
./build/Ninja-ReleaseAssert/foundation-linux-x86_64/TestFoundation/TestFoundation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment