Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 2.22 KB

README.md

File metadata and controls

30 lines (20 loc) · 2.22 KB

Storm Robotics 2018

2018 development code for FIRST Power Up

License

Build Status

Coverity Scan

SonarCloud Status SonarCloud Maintainability SonarCloud Security SonarCloud Reliability SonarCloud Bugs SonarCloud Vulnerabilities SonarCloud Code Smells

Cloning

This repository only contains the source code and relevant java packages. Everything else must be built using gradle according to the following commands:

  • gradlew idea will generate IDE files for IntelliJ IDEA (java)
  • gradlew eclipse will generate IDE files for Eclipse (java)
  • It is possible you will need to run sudo chmod +x gradlew if permission is denied

Building and Deploying

  • gradlew build will build your robot Code
  • gradlew deploy will build and deploy your code.