|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Tool to easily deploy code, for non-programmers
This is sort of a follow-up from this post:
http://www.chiefdelphi.com/forums/sh...d.php?t=110219 So, several of our non-programmers had difficulty learning how to compile and deploy code to the robot. I decided to try writing a small program that tries to simplify compiling and deploying code as much as possible. It basically downloads the latest source code from an SVN repository (or if there's a folder called "source" in the same folder as the exe, it uses the code from that instead), compiles it, configures the ip address of the computer, and transfers the compiled program via ftp to the robot. I tried to make it as simple as possible: once you set up the options, it should just be a matter of opening the program and clicking a single button. Limitations: It's for C++ only, and any computer that uses this needs to have WindRiver installed. It also only works on Windows. It's set up to download code from an SVN repository only, since that's what my team uses, but you can circumvent that by placing your source code inside a folder called "source", as I stated above. The source code also needs to be a WindRiver project (it has the `.wrmakefile` files in it and such). I'm still in the process of testing it, but I thought I'd post what I have now in case somebody finds it useful. Feedback is appreciated! Link: (source code and exe included) http://www.filedropper.com/one-click-deployr4 |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|