Skip to content

Commit

Permalink
add developers doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jguidoux committed Oct 8, 2015
1 parent 25aba50 commit 83f9cdc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions developersDoc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Developers documentation

## Used technologies

* Groovy
* Gradle (build tool)
* Spock (unit test)
* Jacoco (code coverage)

## Servers Urls

* Source repository -> Github : https://github.com/Tocea/gradle-cpp-plugin
* Continious integration server -> Travis : https://travis-ci.org/ (connection with your github account
* Project web site -> http://tocea.github.io/gradle-cpp-plugin/
* User documentation -> Just a readme at this time : https://github.com/Tocea/gradle-cpp-plugin/blob/master/README.md'
* Release process documentation -> https://github.com/Tocea/gradle-cpp-plugin/blob/master/release-process.md
* Groovydoc -> http://tocea.github.io/gradle-cpp-plugin/groovydoc/1.2.8/
* test reports -> http://tocea.github.io/gradle-cpp-plugin/spock-reports/1.2.8/
* Code coverage -> https://coveralls.io/github/Tocea/gradle-cpp-plugin

## Notes

GroovyDoce and test reports are publish in githbub from a Travis build. This uploade is make with the file [update-gh-pages.sh] (https://github.com/Tocea/gradle-cpp-plugin/blob/master/update-gh-pages.sh).
It could be a good idea to create a page latest for the documentation. ex : http://tocea.github.io/gradle-cpp-plugin/groovydoc/latest/

0 comments on commit 83f9cdc

Please sign in to comment.