Skip to content

Commit e1fcbe8

Browse files
authored
Merge pull request #3078 from stan-dev/ci/debug-print-compiler-flags
CI Debug: print compiler flags
2 parents 4442da3 + d1fbb3b commit e1fcbe8

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Jenkinsfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import org.stan.Utils
55
def runTests(String testPath, boolean jumbo = false) {
66
try {
77
sh "cat make/local"
8+
sh "make print-compiler-flags"
89
if (jumbo && !params.disableJumbo) {
910
sh "python3 runTests.py -j${env.PARALLEL} ${testPath} --jumbo --debug"
1011
} else {
@@ -142,8 +143,8 @@ pipeline {
142143
}
143144
post {
144145
always {
145-
recordIssues(
146-
enabledForFailure: true,
146+
recordIssues(
147+
enabledForFailure: true,
147148
tools: [cppLint(),groovyScript(parserId: 'mathDependencies', pattern: '**/dependencies.log')]
148149
)
149150
deleteDir()
@@ -575,7 +576,7 @@ pipeline {
575576
always {
576577
node("linux") {
577578
recordIssues(
578-
enabledForFailure: false,
579+
enabledForFailure: false,
579580
tool: clang()
580581
)
581582
}

0 commit comments

Comments
 (0)