forked from DynamoDS/Dynamo
-
Notifications
You must be signed in to change notification settings - Fork 1
Autobuild
ikeough edited this page May 25, 2013
·
2 revisions
- Install VisualStudio. This is required for MSBuild
- Install Msysgit.
- Install Python
- Install NUnit
- Install Inno Setup
- Get hooked up with the DynamoRealtimeDev dropbox folder. Ask Matt for an invite if you're not in it already.
- Update your system's PATH to include:
C:\Python27;C:\msysgit\bin;C:\msysgit\mingw\bin;C:\Program Files (x86)\NUnit 2.6.2\bin;C:\Program Files (x86)\Inno Setup 5
- [OPTIONAL] create yourself a .bat file to override the email address and the dropbox location like:
start python autobuild.py -s "[email protected]" -v "C:/MyDropBoxFolderLocation"
- [OPTIONAL] Log onto the VPN if you work at Autodesk. If you don't, it'll fail to send the email at the end.
- Profit.