Nashoba-Robotics / Nashoba-Robotics2017

Control Team Project Management
6 stars 0 forks source link

Create a travis agent on github to build code #16

Open Ipsum opened 7 years ago

Ipsum commented 7 years ago

need sysProps.xml off of the Rio. This task is a priority since currently all code is built on the Rio only.

gbear605 commented 7 years ago

Check out https://github.com/Nashoba-Robotics/NonLaggyCode2016, in which I successfully build code on Travis, without sysProps.xml (sysProps.xml is in .gitignore, in fact).

Also, I believe that there is no building done on the Rio, the .jar is built on the dev computer and then is sent over.

gbear605 commented 7 years ago

https://github.com/246overclocked/frc-java-junit-template is what I used to set up Travis, though it certainly required some work with ant to get it working.

bf2799 commented 7 years ago

https://wpilib.screenstepslive.com is a good WPI library