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
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:
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,
Is there way to reading and writing small files in the CI? I'm in the
process of writing auto tests for kdiff3.