Le jeudi 16 juillet 2026, 14:48:57 heure d’été d’Europe centrale laurent Montel a écrit :
> ok => we can exclude all autotests from windows/freebsd > => we will reduce timeout. > > We don't have a environment variable which informs that we are on CI ? > => I can exclude building on CI + specific platform. > > ok I can add a > Options: > cmake-options: "-DDISABLE_AUTOTEST=TRUE" > > in ruqola code in CMakeLists.txt > if(WIN32 AND APPLE AND DISABLE_AUTOTEST) > set(BUILD_TESTING FALSE) > endif() > I think that cmake can test freebsd too. > > => we will reduce building autotests. > I disabled on CI creating/executing autotest for freebsd/macos/win I cleaned .craft.ini in ruqola/pim* (I will create a MR which reactivate build them and I will execute by hand once by week to be sure that autotest still work on these platforms)
