ci: add build + unit tests workflow, lower cmake minimum to 3.22
CI / build-and-test (push) Successful in 2m17s

This commit is contained in:
2026-07-18 14:41:27 +02:00
parent 33f70f7de3
commit 3ea11b5984
3 changed files with 25 additions and 20 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 4.1)
cmake_minimum_required(VERSION 3.22)
project(FastFileTransfer)