Commit Graph

6 Commits

Author SHA1 Message Date
Mat Sutcliffe
82679a3010 Replace qmake variable BLACK_CONFIG with a system based on json files.
The config is loaded from json files by qmake, and we define the qmake
function `swiftConfig` for checking whether a feature is enabled.
This function can be directly used in `buildconfig_gen.cpp.in`,
so the trick with C++ comment tokens in variables is not needed.
2019-02-22 20:23:25 +00:00
Roland Winklmeier
21bc1f7dbe Set end of live date in Jenkins build
Depending on the branch, we override the end of live date relative in month
from the build time.
develop/ builds expire in 6 month
release/ builds expire in 12 month
all others expire in 3 month.

ref T319
2018-11-04 17:42:43 +01:00
Roland Winklmeier
943aab837c Upload all artifacts (including xswiftbus) to the correct datastore folder 2018-08-09 20:32:31 +02:00
Roland Winklmeier
2f4887b5cf Add publishCppcheck to Jenkins Pipeline
This was not supported by the plugin previously, but got now fixed in the
last version.
2018-08-07 20:41:00 +02:00
Roland Winklmeier
8dd22a18b5 Jenkinsfile fixes
- Mark build with warnings unstable
- Do not set the global build status to failure if a single build failed
2018-06-18 03:04:49 +02:00
Roland Winklmeier
d41bd1d26c Add Jenkinsfile 2018-06-18 03:04:21 +02:00