Dedicated xml,json,yang and xsl parser utility programs added
Sanity check of stdarg (...) added Cleanup of error messages.
This commit is contained in:
parent
1306174071
commit
85c4782e36
56 changed files with 1004 additions and 379 deletions
6
test/Jenkinsfile
vendored
6
test/Jenkinsfile
vendored
|
|
@ -8,15 +8,15 @@ node {
|
|||
/* `make check` returns non-zero on test failures,
|
||||
* using `true` to allow the Pipeline to continue nonetheless
|
||||
*/
|
||||
sh 'make clean || true'
|
||||
sh './configure || true'
|
||||
sh 'make clean'
|
||||
sh './configure'
|
||||
}
|
||||
|
||||
stage('Make') {
|
||||
/* `make check` returns non-zero on test failures,
|
||||
* using `true` to allow the Pipeline to continue nonetheless
|
||||
*/
|
||||
sh 'make || true'
|
||||
sh 'make'
|
||||
}
|
||||
|
||||
stage('Testing') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue