BCLab-UNM / SC2

Swarmathon Team Code for the NASA Space Challenge 2 Competition
MIT License
2 stars 0 forks source link

Added SRCP2 configuration to travis #50

Closed johncarl81 closed 4 years ago

johncarl81 commented 4 years ago

Added the following configuration to travis:

The result of this is the travis build succeeds.

Carter90 commented 4 years ago

Well it passes that's always a good sign

Carter90 commented 4 years ago

So build log looks good, however the language is still C++. Would be nice to have a linter like Black if we care about having ~elegant looking code

johncarl81 commented 4 years ago

Does the language change anything in terms of the build? I wouldn't be surprised if we didn't need to specify it at all.

Carter90 commented 4 years ago

For the build no, for the testing/liniting process it may, there is a generic language type we might want to use.