Re: [log4cxx] Jenkinsfile and tests

2020-02-20 Thread Thorsten Schöning
Guten Tag Robert Middleton, am Donnerstag, 20. Februar 2020 um 00:49 schrieben Sie: > However, attempting to configure > log4cxx at the moment results in an error due to some of the tests, > due to an extra entry in > src/test/cpp/xml/CMakeLists.txt(https://github.com/apache/logging-log4cxx/blob/7

Re: [log4cxx] Jenkinsfile and tests

2020-02-20 Thread Matt Sicker
Oh yeah that might be a little harder. No wonder Rust and Go are taking off! ;-) For getting results outside the container, typically I publish artifacts at that point. You could upload to Nexus or something maybe? On Wed, Feb 19, 2020 at 21:19 Robert Middleton wrote: > I looked into using Dock

Re: [log4cxx] Jenkinsfile and tests

2020-02-19 Thread Robert Middleton
I looked into using Docker, but I haven't used it enough to know how to actually get it to work correctly for that purpose. All of my personal projects get built as Debian packages, which accomplishes the same thing(with a clean filesystem for each build), but that doesn't work on Windows. If any

Re: [log4cxx] Jenkinsfile and tests

2020-02-19 Thread Matt Sicker
Some of the Jenkins nodes have Docker available which makes building simpler here. On Wed, Feb 19, 2020 at 17:49 Robert Middleton wrote: > I've created a Jenkinsfile for use with log4cxx that can be seen here: > > https://github.com/rm5248/logging-log4cxx/blob/f39b1737541ed31b8e56a8f6f550c0797a4

[log4cxx] Jenkinsfile and tests

2020-02-19 Thread Robert Middleton
I've created a Jenkinsfile for use with log4cxx that can be seen here: https://github.com/rm5248/logging-log4cxx/blob/f39b1737541ed31b8e56a8f6f550c0797a47bca5/Jenkinsfile It's fairly complicated, but it does attempt to build log4cxx on both Windows and Linux(see the latest build here: https://jenk