Feed Advanced Search

Nov 22 2018

knauss added a revision to T3689: Add abi compliance checker to CI: D17099: Enable check-abi for SuseQt5.X builds..
Nov 22 2018, 12:07 PM · build.kde.org
bcooksley added a comment to T10069: KWin tests are flaky if CI system is under heavy load.

Sorry for the delay in responding to this - it's indeed quite a tricky issue with no easy solution.
I can see a couple of ways around this though.

Nov 22 2018, 7:28 AM · build.kde.org
bcooksley added a comment to T6349: Appimage Binary Factory Support.

I've just had a quick look through the code and have noticed the following:

# Read in our parameters
#export BUILD_PREFIX=$1
#export KDENLIVE_SOURCES=$2
export BUILD_PREFIX=/build
export KDENLIVE_SOURCES=/kdenlive
export DEPS_INSTALL_PREFIX=/external
Nov 22 2018, 6:23 AM · build.kde.org

Nov 21 2018

bcooksley added a commit to T3689: Add abi compliance checker to CI: R857:a5ad4040155e: fix missing parameter platform.
Nov 21 2018, 4:59 PM · build.kde.org
bcooksley added a comment to T3689: Add abi compliance checker to CI.

I've now applied that fix.

Nov 21 2018, 4:58 PM · build.kde.org
mardelle added a comment to T6349: Appimage Binary Factory Support.

Ok, I have now prepared the scripts and they produce a working AppImage using the kdeorg/appimage-base docker image (I still need to include a few additionnal dependencies).
The scripts are in kdenlive's git master, under packaging/appimage:
https://cgit.kde.org/kdenlive.git/tree/packaging/appimage

Nov 21 2018, 7:06 AM · build.kde.org

Nov 20 2018

knauss added a comment to T3689: Add abi compliance checker to CI.

fix missing parameter platform:

diff --git a/helpers/create-abi-dump.py b/helpers/create-abi-dump.py
index ef29138..cc9830b 100755
--- a/helpers/create-abi-dump.py
+++ b/helpers/create-abi-dump.py
@@ -312,7 +312,7 @@ for library in foundLibraries:
                 "branchGroup": arguments.branchGroup,
                 "platform": arguments.platform,
         }
-        packageName = "{name}_{scmRevision}_{platform}".format(name=library.name, scmRevision=scmRevision)
+        packageName = "{name}_{scmRevision}_{platform}".format(name=library.name, scmRevision=scmRevision, platform=arguments.platform)
         ourArchive.storePackage(packageName, fileName, scmRevision, extraMetadata)
     except subprocess.CalledProcessError as e:
         retval = e.returncode
Nov 20 2018, 4:58 PM · build.kde.org

Nov 18 2018

bcooksley closed T10077: Graphs on project main page (test trend, warning trend, etc) are broken, image get delivers 500 as Resolved.

This was caused by Java 8, as shipped by Ubuntu, having the following piece of configuration:

root@charlotte ~ # cat /etc/java-8-openjdk/accessibility.properties
#
# The following line specifies the assistive technology classes 
# that should be loaded into the Java VM when the AWT is initailized.
# Specify multiple classes by separating them with commas.
# Note: the line below cannot end the file (there must be at
# a minimum a blank line following it).
#
assistive_technologies=org.GNOME.Accessibility.AtkWrapper
Nov 18 2018, 1:06 AM · build.kde.org

Nov 17 2018

kossebau created T10077: Graphs on project main page (test trend, warning trend, etc) are broken, image get delivers 500.
Nov 17 2018, 9:24 PM · build.kde.org
graesslin created T10069: KWin tests are flaky if CI system is under heavy load.
Nov 17 2018, 9:56 AM · build.kde.org
graesslin closed T9988: KWin cannot find it's effects in autotests as Resolved.

Changing to Resolved as tests are adjusted to support running prior to installation.

Nov 17 2018, 9:46 AM · build.kde.org

Nov 16 2018

mardelle added a comment to T6349: Appimage Binary Factory Support.

Thanks for the answers. I am working on adapting my bash scripts to work on the Ubuntu 14.04 image mentionned and will ping you when I have it working locally.

Nov 16 2018, 12:56 PM · build.kde.org
bcooksley added a comment to T6349: Appimage Binary Factory Support.

Having Kdenlive also use the same "simple" bash system as KMyMoney (and Krita) would be non-ideal mainly as it's fairly resource inefficient if a dependency needs to be rebuilt (because it requires a full rebuild of everything).

Nov 16 2018, 9:22 AM · build.kde.org

Nov 15 2018

jjazeix added a comment to T10039: Issue with last GCompris build on jenkins.

No problem, thank you!

Nov 15 2018, 8:54 AM · build.kde.org
bcooksley closed T10039: Issue with last GCompris build on jenkins as Resolved.

Sorry, this was an internal woopsie on the part of the CI system, and has now been repaired.
Replacement builds have been initiated.

Nov 15 2018, 8:44 AM · build.kde.org
jjazeix renamed T10039: Issue with last GCompris build on jenkins from Issue with jenkins to Issue with last GCompris build on jenkins.
Nov 15 2018, 8:19 AM · build.kde.org
jjazeix created T10039: Issue with last GCompris build on jenkins.
Nov 15 2018, 8:19 AM · build.kde.org

Nov 14 2018

scarlettclark added a comment to T6349: Appimage Binary Factory Support.

I completely understand your frustration. It has been a long while since we had working appimages for you. Create those bash scripts and I will either integrate them into my system or the current kmymoney way.
Scarlett

Nov 14 2018, 12:42 PM · build.kde.org
mardelle added a comment to T6349: Appimage Binary Factory Support.

Back to my original question, KMyMoney has AppImages built on the binary-factory right now, using what seems a very simple bash script system:
https://cgit.kde.org/kmymoney.git/commit/packaging/linux/appimage

Nov 14 2018, 8:07 AM · build.kde.org

Nov 13 2018

scarlettclark added a comment to T6349: Appimage Binary Factory Support.

My current code is at https://anongit.kde.org/sysadmin/appimage-tooling

Nov 13 2018, 6:05 PM · build.kde.org
bcooksley closed T10014: Please enable calligraplan on CI as Resolved by committing R857:10951d10bec6: Enable Plan on SUSE Linux, FreeBSD and Windows..
Nov 13 2018, 6:04 PM · build.kde.org
bcooksley added a project to T10014: Please enable calligraplan on CI: build.kde.org.
Nov 13 2018, 5:56 PM · build.kde.org
TheAssassin added a comment to T6349: Appimage Binary Factory Support.

@scarlettclark is your (old?) code available somewhere so I could look a bit into it? I'd like to see how much work it'd be to maintain.

Nov 13 2018, 4:41 PM · build.kde.org
scarlettclark added a comment to T6349: Appimage Binary Factory Support.

Sorry, grumpy warning...

Nov 13 2018, 2:58 PM · build.kde.org
TheAssassin added a comment to T6349: Appimage Binary Factory Support.

@scarlettclark since I'm a passionate Pythoneer, but have no clue about Ruby (I can read most of it, but like with PHP, I try to avoid it as good as I can), I guess we could team up to port your stuff to Python?

Nov 13 2018, 2:22 PM · build.kde.org
scarlettclark added a comment to T6349: Appimage Binary Factory Support.

@TheAssassin yes, I was using them for non KDE applications as well.
@ everyone - I guess what I am saying here is I am more than happy to use my existing tools ( ruby ) and help with appimages. I just simply don't have the time to learn python right now. Not to say this is never going to happen, just not now.
Cheers,
Scarlett

Nov 13 2018, 1:48 PM · build.kde.org
TheAssassin updated subscribers of T6349: Appimage Binary Factory Support.

@scarlettclark I can provide assistance of course, just let us know what we can help you with. I'd offer to collaborate on developing the scripts for craft or whatever system you use, they might come in handy for non-KDE projects as well. Also, it's always good to see how people use our tools, as we then get an impression how we can improve them.

Nov 13 2018, 12:41 PM · build.kde.org
scarlettclark added a comment to T6349: Appimage Binary Factory Support.

Sorry last year was madness for me,
With that said, I have more time now.
I failed miserably with craft even getting anything to build, much less integration with the appimage stuff. Python hates me.
I have resurrected my work from BS appimages. I am more than happy to use it on binary factory to produce appimages relatively easily , and will even help with the scripts. I am very close to ready should it be decided this is an acceptable solution.
Cheers, Scarlett

Nov 13 2018, 12:14 PM · build.kde.org
mardelle added a comment to T6349: Appimage Binary Factory Support.

I just saw that KMyMoney seems to have an AppImage built on binary.kde.org. How is it done ? from what I saw in their git repository, it seems like this is simply based on bash scripts ?
We really could benefit from some help on that side. Would it be possible to use a simple pipeline to build the AppImage on the CI ?
I had a quick look at Craft but honestly don't have time to learn how the system works, and since I already have some scripts to build my AppImage locally it would be much much simpler on my side if I could simply put some scripts on our git repository that are then executed on a docker container by the CI or something similar...

Nov 13 2018, 7:14 AM · build.kde.org

Nov 10 2018

knauss added a comment to T3689: Add abi compliance checker to CI.

Yes, you will need to split by that as well. This is handled normally by having one repository per platform but for ABI dumps you will have to handle that in the metadata.

Nov 10 2018, 10:33 PM · build.kde.org
knauss added a revision to T3689: Add abi compliance checker to CI: D16814: add platform to metadata for create-abi-build..
Nov 10 2018, 10:29 PM · build.kde.org

Nov 8 2018

bcooksley added a comment to T3689: Add abi compliance checker to CI.

Yes, you will need to split by that as well. This is handled normally by having one repository per platform but for ABI dumps you will have to handle that in the metadata.

Nov 8 2018, 6:57 PM · build.kde.org
knauss added a comment to T3689: Add abi compliance checker to CI.

Oh frameworks is built against different Qt versions (Qt5.9 and Qt5.10). We should to save the abidumps in separately for different Qt versions, as different Qt version may trigger different ABIs. Okay than we need to use platform in the abidumps, too.

Nov 8 2018, 1:47 PM · build.kde.org

Nov 6 2018

knauss added a revision to T3689: Add abi compliance checker to CI: D16719: Handle different Archive contentsSuffixes..
Nov 6 2018, 9:05 PM · build.kde.org
knauss added a revision to T3689: Add abi compliance checker to CI: D16717: Add script to delete not needed abidumps..
Nov 6 2018, 8:13 PM · build.kde.org
knauss added a revision to T3689: Add abi compliance checker to CI: D16705: Add branch and project information to package metadata..
Nov 6 2018, 12:07 PM · build.kde.org

Nov 5 2018

bcooksley added a comment to T9988: KWin cannot find it's effects in autotests.

I can confirm that all builds for Qt 5.11 on Linux run the tests prior to installation.

Nov 5 2018, 5:35 PM · build.kde.org
bcooksley added a comment to T3689: Add abi compliance checker to CI.

I've removed the old *.tar files from the ABIReference/ repository now.

Nov 5 2018, 5:28 PM · build.kde.org
graesslin added a comment to T9988: KWin cannot find it's effects in autotests.

Possible approach: D16682

Nov 5 2018, 1:12 PM · build.kde.org
knauss added a revision to T3689: Add abi compliance checker to CI: D16680: Build ABIs for all libraries even one is failing..
Nov 5 2018, 12:31 PM · build.kde.org
graesslin added a comment to T9988: KWin cannot find it's effects in autotests.

all right, that would mean we need to "install" the scripts to bin directory, so that we can find them again.

Nov 5 2018, 12:00 PM · build.kde.org
knauss added a comment to T3689: Add abi compliance checker to CI.

D16589 now saves the the reports into $WORKSPACE/compat_report/LIB_NAME_compat_report.html.
Before activating the check-abi.py script we need to cleanup the build-artifacts.kde.org ABIReference directory and I need to cleanup check-abi.py to not create the symlinks.

Nov 5 2018, 11:59 AM · build.kde.org
zzag added a comment to T9988: KWin cannot find it's effects in autotests.

I asked similar question some time ago in #plasma. IIRC, the tests fail because they are run uninstalled.

Nov 5 2018, 11:36 AM · build.kde.org
graesslin created T9988: KWin cannot find it's effects in autotests.
Nov 5 2018, 11:16 AM · build.kde.org

Nov 3 2018

bcooksley added a comment to T3689: Add abi compliance checker to CI.

The $WORKSPACE part will be added for you (Jenkins won't archive anything outside that directory actually - it has to be within that folder or a subfolder of it)
If changing the name of the reports is easier then that also works (just be wary that projects might ship a *.html file in their repository that would then be caught by this)

Nov 3 2018, 10:55 PM · build.kde.org
knauss added a comment to T3689: Add abi compliance checker to CI.

so I need to specify the exact path to html files, for the archiveArtifacts? The default is compat_reports/LIB_NAME/V1_to_V2/compat_report.html, but I can change this to \$WORKSPACE/LIB_NAME_compat_report.html than it would be '*.html'.

Nov 3 2018, 10:26 PM · build.kde.org
bcooksley added a comment to T3689: Add abi compliance checker to CI.

Because the compat_reports are in $WORKSPACE you can specify this instead:
archiveArtifacts artifacts: 'path/to/files/*.html', onlyIfSuccessful: false

Nov 3 2018, 10:19 PM · build.kde.org
knauss added a comment to T3689: Add abi compliance checker to CI.

Do I just need to copy them to \$WORKSPACE directory and than tell Jenkins to store *.html. Like this:

Nov 3 2018, 10:17 PM · build.kde.org
bcooksley added a comment to T3689: Add abi compliance checker to CI.

Capturing them as artifacts in Jenkins means there will be an easy way for people to access the report for that particular job run from the job results page.
There isn't a easy way of adding a link to the main job results (basically impossible without a custom plugin) hence my suggestion of artifacts (because those do get linked)

Nov 3 2018, 6:33 PM · build.kde.org
knauss added a comment to T3689: Add abi compliance checker to CI.
Nov 3 2018, 4:35 PM · build.kde.org
bcooksley added a comment to T3689: Add abi compliance checker to CI.

The file(s) could be captured using something like this:
https://cgit.kde.org/sysadmin/binary-factory-tooling.git/tree/craft/pipeline-templates/win64.pipeline#n105

Nov 3 2018, 4:16 AM · build.kde.org

Nov 2 2018

knauss added a comment to T3689: Add abi compliance checker to CI.

Alas there is no native Jenkins publishing plugin - https://issues.jenkins-ci.org/browse/JENKINS-48221

This means we'd have to publish the actual compatibility report.

The easiest way in this case would probably be using Jenkins artifact system, which would attach the report as an artifact to the job.

Nov 2 2018, 9:38 AM · build.kde.org
bcooksley added a comment to T3689: Add abi compliance checker to CI.

Alas there is no native Jenkins publishing plugin - https://issues.jenkins-ci.org/browse/JENKINS-48221

Nov 2 2018, 5:51 AM · build.kde.org

Nov 1 2018

knauss added a comment to T3689: Add abi compliance checker to CI.

I now created a first script to check the ABI in D16589. How we get the compat_report.html available in jenkins? (D16581 should make it possiible to get rid of the creation/removal symlinks.)

Nov 1 2018, 2:22 PM · build.kde.org
knauss added a revision to T3689: Add abi compliance checker to CI: D16589: Add script to check the ABI of the created libraries..
Nov 1 2018, 2:16 PM · build.kde.org
knauss added a comment to T3689: Add abi compliance checker to CI.

Also I need the project name in the metadata, otherwise I would need to reparse the buildlog again.

Nov 1 2018, 10:41 AM · build.kde.org
knauss added a revision to T3689: Add abi compliance checker to CI: D16581: Not every data we store in the package is a tar file..
Nov 1 2018, 10:21 AM · build.kde.org
knauss added a comment to T3689: Add abi compliance checker to CI.

I need a way to differ the stable/master branch builds afterwards. branchGroup is suitable for that, as it also gives the information about the Qt version used. But any other other field is also fine, like branch. Maybe we can also modify the Archive.name and Archive.platform so we have different directories for stable/master builds.

Nov 1 2018, 10:18 AM · build.kde.org
knauss added a comment to T3689: Add abi compliance checker to CI.

yes I was referring to exactly this.

Nov 1 2018, 10:05 AM · build.kde.org
bcooksley added a comment to T3689: Add abi compliance checker to CI.

Are you referring to checking all of the jobs across the whole CI system to see where ABI Checker runs are failing?

Nov 1 2018, 9:42 AM · build.kde.org
knauss added a comment to T3689: Add abi compliance checker to CI.

Can you somehow get an overview, where we get an error for the ABI checker? I was wondering, why only some parts of messagelib are inside the ABIReference repo and found, that the ABI checker was failing for KF5MessageViewer.

Nov 1 2018, 9:33 AM · build.kde.org

Oct 22 2018

bcooksley added a comment to T8952: KDNSSD Backend missing on Windows.

Thanks Harald.

Oct 22 2018, 6:31 PM · Windows, build.kde.org
sitter added a comment to T8952: KDNSSD Backend missing on Windows.

Some FTRs:

Oct 22 2018, 2:25 PM · Windows, build.kde.org

Oct 21 2018

bcooksley added a comment to T3689: Add abi compliance checker to CI.

This should now be setup.

Oct 21 2018, 9:36 PM · build.kde.org
bcooksley added a commit to T3689: Add abi compliance checker to CI: R857:6a03d0f1a16f: Run the abi extraction tools for our Qt 5.9 builds as well.
Oct 21 2018, 7:49 PM · build.kde.org
bcooksley added a commit to T3689: Add abi compliance checker to CI: R857:0e973e6be268: Enable ABI Reference information capture in a selection of jobs.
Oct 21 2018, 6:49 PM · build.kde.org
knauss added a comment to T3689: Add abi compliance checker to CI.

Cool, now I'm happy about the metadata and the data itself.
Can you keep enable this build of ABI References for some packages (stable+master) enabled for several build, so I have test data for the next step, where I need to compare the ABI against each other. I want some packages, so I cover more cases for the begining.

Oct 21 2018, 1:29 PM · build.kde.org

Oct 20 2018

bcooksley added a comment to T3689: Add abi compliance checker to CI.

Test run done https://build-artifacts.kde.org/production/ABIReference/

Oct 20 2018, 12:01 AM · build.kde.org

Oct 18 2018

knauss added a comment to T3689: Add abi compliance checker to CI.

The suffix .tar is added by the Archive.storePackage method line 163 but we need to rewrite the whole Archive logic a bit as it expects the tar on other places too. For the moment I would ignore this, as the data is correct. IMO: it more a cosmetic issue. I keep this in mind and fix this when implementing the next step.

Oct 18 2018, 9:52 AM · build.kde.org

Oct 16 2018

bcooksley added a comment to T3689: Add abi compliance checker to CI.

I've tested this and can confirm that KTextEditor is happy now.
Could you please check the output and verify it is what you expected?

Oct 16 2018, 9:06 AM · build.kde.org

Oct 13 2018

bcooksley closed T9662: IDEA-Keep "GNU Make + GNU C Compiler Warnings" only for project files as Resolved.

I've now finished tweaking the regex accordingly and it is now live for the Linux builds.

Oct 13 2018, 8:17 AM · build.kde.org
bcooksley added a commit to T9662: IDEA-Keep "GNU Make + GNU C Compiler Warnings" only for project files : R857:8de484144d04: Silence warnings from build time generated files and system headers.
Oct 13 2018, 12:32 AM · build.kde.org

Oct 12 2018

smankowski added a comment to T9662: IDEA-Keep "GNU Make + GNU C Compiler Warnings" only for project files .

These files are generated in the build tree.

Oct 12 2018, 2:22 PM · build.kde.org
bcooksley added a comment to T9662: IDEA-Keep "GNU Make + GNU C Compiler Warnings" only for project files .

The problem is that there are other possibly uses for files which match those regexes.

Oct 12 2018, 7:30 AM · build.kde.org

Oct 11 2018

smankowski added a comment to T9662: IDEA-Keep "GNU Make + GNU C Compiler Warnings" only for project files .

Why not something like this to apply it only on Skrooge even if I believe that all projects using XML gui and settings should have the issue?

Oct 11 2018, 3:53 PM · build.kde.org
bcooksley added a comment to T9662: IDEA-Keep "GNU Make + GNU C Compiler Warnings" only for project files .

From my understanding it uses/supports fairly standard regular expressions. The Windows one for instance is:
excludePattern: '(C|c):/(Program Files \\(x86\\)|program files \\(x86\\)|Craft|craft)/.*'

Oct 11 2018, 8:45 AM · build.kde.org

Oct 10 2018

smankowski added a comment to T9662: IDEA-Keep "GNU Make + GNU C Compiler Warnings" only for project files .

Hi Ben,

Oct 10 2018, 9:05 PM · build.kde.org

Oct 9 2018

kossebau created T9827: Remove kdev-clang-tidy from KDE CI.
Oct 9 2018, 1:55 PM · build.kde.org
mgallien added a comment to T9811: Add support for libvlc on build.kde.org.

This has now been deployed.

Oct 9 2018, 11:48 AM · Elisa, build.kde.org
bcooksley closed T9811: Add support for libvlc on build.kde.org as Resolved.

This has now been deployed.

Oct 9 2018, 10:29 AM · Elisa, build.kde.org
bcooksley added a commit to T9811: Add support for libvlc on build.kde.org: R857:dfd9cf8a7077: Include VLC as part of our Windows CI platform deployment..
Oct 9 2018, 9:45 AM · Elisa, build.kde.org

Oct 7 2018

mgallien created T9811: Add support for libvlc on build.kde.org.
Oct 7 2018, 9:46 AM · Elisa, build.kde.org

Sep 24 2018

bcooksley added a comment to T3689: Add abi compliance checker to CI.

Thanks. If you could please land that i'll try to schedule some time to test it.

Sep 24 2018, 11:21 AM · build.kde.org

Sep 23 2018

knauss moved T3689: Add abi compliance checker to CI from Awaiting Response to Backlog on the build.kde.org board.

okay made KTextEditor built successfully with the patch D15706.

Sep 23 2018, 11:05 AM · build.kde.org
knauss added a revision to T3689: Add abi compliance checker to CI: D15706: add additional includes to abi-complience-checker..
Sep 23 2018, 11:02 AM · build.kde.org

Sep 13 2018

bcooksley moved T9662: IDEA-Keep "GNU Make + GNU C Compiler Warnings" only for project files from Backlog to Awaiting Response on the build.kde.org board.
Sep 13 2018, 10:21 AM · build.kde.org
bcooksley changed the edit policy for T9662: IDEA-Keep "GNU Make + GNU C Compiler Warnings" only for project files .
Sep 13 2018, 10:21 AM · build.kde.org
bcooksley edited projects for T9662: IDEA-Keep "GNU Make + GNU C Compiler Warnings" only for project files , added: build.kde.org; removed Sysadmin.

In the case of Windows we already do this, by excluding the Compiler and Windows SDKs, along with the "system libs" provided by Craft (like Qt and the like) so this would mostly be a case of someone writing an appropriate regex (to give to the excludePattern parameter of the Jenkins warnings plugin) for Linux and FreeBSD.

Sep 13 2018, 10:20 AM · build.kde.org

Sep 9 2018

bcooksley closed T7431: Feature: separate view per repo/project with all its builds as Resolved.

This change has now been implemented as we've discussed.

Sep 9 2018, 7:18 AM · build.kde.org

Sep 8 2018

bcooksley closed T9655: Enable -DBUILD_QCH=TRUE on CI for Frameworks products as Resolved by committing R857:f07358356c6d: Enable building of QCH images by default for Frameworks. This won't apply….
Sep 8 2018, 9:54 PM · build.kde.org
bcooksley added a comment to T9655: Enable -DBUILD_QCH=TRUE on CI for Frameworks products.

This has now been deployed.

Sep 8 2018, 9:54 PM · build.kde.org
wojnilowicz added a comment to T6308: new CI system-windows build for Skrooge.

Thank you. It was worth it. The failing test case has now been fixed.

Sep 8 2018, 7:57 PM · build.kde.org
kossebau updated the task description for T9655: Enable -DBUILD_QCH=TRUE on CI for Frameworks products.
Sep 8 2018, 12:23 PM · build.kde.org
kossebau updated the task description for T9655: Enable -DBUILD_QCH=TRUE on CI for Frameworks products.
Sep 8 2018, 11:44 AM · build.kde.org
kossebau created T9655: Enable -DBUILD_QCH=TRUE on CI for Frameworks products.
Sep 8 2018, 10:32 AM · build.kde.org

Sep 6 2018

bcooksley added a comment to T6308: new CI system-windows build for Skrooge.

You are correct that the CI system is separated from regular Blueprint updates. It is updated separately, on a manually triggered process.
This is done to ensure the system remains broadly consistent and to keep it stable (in terms of Qt and underlying library versions).

Sep 6 2018, 10:06 AM · build.kde.org

Sep 2 2018

wojnilowicz added a comment to T6308: new CI system-windows build for Skrooge.

The rollout is now complete.

Sep 2 2018, 1:26 PM · build.kde.org

Aug 24 2018

bcooksley closed T6308: new CI system-windows build for Skrooge as Resolved.

The rollout is now complete.

Aug 24 2018, 4:20 AM · build.kde.org

Aug 23 2018

knauss added a comment to T3689: Add abi compliance checker to CI.

sorry, it will properly take some time till I'll find time to look into it. I'm still traveling around and will be at home with the beginning of september...

Aug 23 2018, 9:17 PM · build.kde.org

Aug 22 2018

bcooksley added a commit to T6308: new CI system-windows build for Skrooge: R857:2f025aa9ff60: Enable Windows builds for Skrooge. Now we have SQLCipher this should hopefully….
Aug 22 2018, 10:15 PM · build.kde.org