Re: CI testing with local files

2021-01-28 Thread Andreas Cord-Landwehr
On Donnerstag, 28. Januar 2021 10:20:54 CET Konstantin Kharlamov wrote: > On Wed, 2021-01-27 at 17:36 -0500, Michael Reeves wrote: > > Is there way to reading and writing small files in the CI? I'm in the > > process of writing auto tests for kdiff3. > > Your tests could create a directory inside

[ANNOUNCE] CMake 3.19.4 available for download

2021-01-28 Thread Tom Osika
We are pleased to announce that CMake 3.19.4 is now available for download. Please use the latest release from our download page: https://cmake.org/download/ Thanks for your support! Changes made since CMake 3.19.3:

Re: CI testing with local files

2021-01-28 Thread Konstantin Kharlamov
On Wed, 2021-01-27 at 17:36 -0500, Michael Reeves wrote: > Is there way to reading and writing small files in the CI? I'm in the process > of writing auto tests for kdiff3. Your tests could create a directory inside the current one, and then inside the new directory do stuff like creating files,

CI testing with local files

2021-01-28 Thread Michael Reeves
Is there way to reading and writing small files in the CI? I'm in the process of writing auto tests for kdiff3.