Guest User

Untitled

a guest
Oct 27th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. TAG=swift-3.0-RELEASE
  2. DOCKER=docker run -it -v `pwd`:/home --privileged=true --rm ontouchstart/thinkswift:$(TAG)
  3. RUN=docker run -i --privileged=true --rm ontouchstart/thinkswift:$(TAG)
  4.  
  5. run:
  6. $(RUN) swift -v - < input.swift > linux.stdout 2> linux.stderr
  7. swift -v input.swift > macos.stdout 2> macos.stderr
  8.  
  9. bash:
  10. $(DOCKER) bash
Add Comment
Please, Sign In to add comment