Skip to content
Snippets Groups Projects
Commit b4dac3c5 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Jenkins; Increase MSVC warning threshold.

TESLocalAssemblerInner.cpp LNK4221:
This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
parent abafc69b
No related branches found
No related tags found
No related merge requests found
...@@ -430,7 +430,7 @@ pipeline { ...@@ -430,7 +430,7 @@ pipeline {
excludeFile('.*\\.conan.*'), excludeFile('.*ThirdParty.*'), excludeFile('.*\\.conan.*'), excludeFile('.*ThirdParty.*'),
excludeFile('.*thread.hpp')], excludeFile('.*thread.hpp')],
tools: [msBuild(name: 'MSVC', pattern: 'build/build*.log')], tools: [msBuild(name: 'MSVC', pattern: 'build/build*.log')],
qualityGates: [[threshold: 9, type: 'TOTAL', unstable: true]] qualityGates: [[threshold: 10, type: 'TOTAL', unstable: true]]
} }
success { success {
archiveArtifacts 'build/*.zip,build/conaninfo.txt' archiveArtifacts 'build/*.zip,build/conaninfo.txt'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment