https://github.com/amihaiemil/comdor
Your ship's DevOps Commodore.
https://github.com/amihaiemil/comdor
automation devops github productivity
Last synced: 7 months ago
JSON representation
Your ship's DevOps Commodore.
- Host: GitHub
- URL: https://github.com/amihaiemil/comdor
- Owner: amihaiemil
- License: bsd-3-clause
- Created: 2017-10-27T18:57:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T01:44:26.000Z (over 5 years ago)
- Last Synced: 2025-08-16T09:35:36.670Z (8 months ago)
- Topics: automation, devops, github, productivity
- Language: Java
- Homepage: http://comdor.co
- Size: 1.72 MB
- Stars: 10
- Watchers: 4
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### comdor
[](https://travis-ci.org/amihaiemil/comdor)
[](https://coveralls.io/github/amihaiemil/comdor?branch=master)
[](http://www.0pdd.com/p?name=amihaiemil/comdor)
[](http://www.rultor.com/p/amihaiemil/comdor)
[](https://www.jetbrains.com/idea/)
Comdor can help you automate anything related to your project on Github.
More details coming soon.
### Contributing
If you would like to contribute, just open an issue or a PR.
Make sure the maven build:
``$mvn clean install -Pcheckstyle``
passes before making a PR. [Checkstyle](http://checkstyle.sourceforge.net/) will make sure
you're following our code style and guidlines.
### Running Integration Tests
In order to run the integration tests add the ``itcases`` profile to the maven command:
``$mvn clean install -Pcheckstyle -Pitcases``
Docker has to be intalled on the machine, with the default configuration, in order for the IT cases to work.