Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] jenkins test environment

Ok. 


Btw, how does the rest of the test system deal with things that require e.g. a compiler? 


/Jesper​



From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> on behalf of Doug Schaefer <dschaefer@xxxxxxxxxxxxxx>
Sent: Monday, April 3, 2017 5:22 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] jenkins test environment
 
Ideally, to test the CDT, you should probably be mocking out system dependencies. It’ll be hard to ensure a consistent environment from machine to machine.

Doug.

From: <cdt-dev-bounces@xxxxxxxxxxx> on behalf of Jesper Eskilson <Jesper.Eskilson@xxxxxxx>
Reply-To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Date: Monday, April 3, 2017 at 10:58 AM
To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Subject: [cdt-dev] jenkins test environment

​Hi,


I'm attempting to write some automated tests which use CMake, and I was wondering which (if any) assumptions I can make about the Jenkins test environment. More specifically, can I expect "cmake" to be installed? gcc? Ninja?


I guess this also raises the question of whether or not CDT can bundle CMake or not.


/Jesper


Back to the top