Created
January 1, 2012 08:54
-
-
Save d2m/1546778 to your computer and use it in GitHub Desktop.
update dart bleeding edge
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
export PATH=$PATH:`pwd`//depot_tools | |
svn up depot_tools | |
gclient config http://dart.googlecode.com/svn/branches/bleeding_edge/deps/all.deps | |
gclient sync | |
cd dart/ | |
./tools/build.py --arch=ia32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment