We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4442da3 + d1fbb3b commit e1fcbe8Copy full SHA for e1fcbe8
1 file changed
Jenkinsfile
@@ -5,6 +5,7 @@ import org.stan.Utils
5
def runTests(String testPath, boolean jumbo = false) {
6
try {
7
sh "cat make/local"
8
+ sh "make print-compiler-flags"
9
if (jumbo && !params.disableJumbo) {
10
sh "python3 runTests.py -j${env.PARALLEL} ${testPath} --jumbo --debug"
11
} else {
@@ -142,8 +143,8 @@ pipeline {
142
143
}
144
post {
145
always {
- recordIssues(
146
- enabledForFailure: true,
+ recordIssues(
147
+ enabledForFailure: true,
148
tools: [cppLint(),groovyScript(parserId: 'mathDependencies', pattern: '**/dependencies.log')]
149
)
150
deleteDir()
@@ -575,7 +576,7 @@ pipeline {
575
576
577
node("linux") {
578
recordIssues(
- enabledForFailure: false,
579
+ enabledForFailure: false,
580
tool: clang()
581
582
0 commit comments