copy&paste error
gitea.matetelki.eu/performance_measuring/master This commit looks good Details

master
denes 5 years ago
parent 4d432b42d4
commit e10718bcbc
Signed by: denes
GPG Key ID: A7D50EAD42F9FC9F

1
Jenkinsfile vendored

@ -18,7 +18,6 @@ pipeline {
stage('Running catch2 tests') {
steps {
sh './performance_measuring_test > tests.txt'
sh 'convert -size 360x360 xc:white -font "FreeMon" -pointsize 12 -fill black -draw @tests.txt tests.png'
sh 'convert -background black -fill white -pointsize 16 -font Courier label:tests.txt tests.png'
archiveArtifacts artifacts: 'tests.png', fingerprint: true
}

Loading…
Cancel
Save