Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simon Braß
jenkins-scripts
Commits
967536cb
Commit
967536cb
authored
Apr 05, 2016
by
Leroy Jenkins
Browse files
add README.md
parent
3b8884b9
Pipeline
#10
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
967536cb
# Jenkins-Scripts #
The
*WHIZARD*
team uses as continuous integration system Jenkins.
The scripts for configuring compilers and building processes are managed by this repository.
## Version Numbering ##
Version numbering is quite non trivial.
Let's see for the gcc compiler, we have:
`gcc-5.0-234663
gcc-5.0-LATEST -> gcc-5.0-234663
gcc-5.1.0
gcc-5.1-225979
gcc-5.1-LATEST -> gcc-5.1-225979
gcc-5.2.0
gcc-5.2-229639
gcc-5.2-231093
gcc-5.2-LATEST
`
The numbers with
*LATEST*
are linked to last revision from the latest version of the gcc developer trunk.
The compiler from the gcc svn trunk are always tagged with their respective revision number.
If the compiler is numbered as e.g. gcc-5.2(.0), it is a stable version of the compiler.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment