add CI configuration: implement GitHub Actions workflow for build and test

This commit is contained in:
2026-03-27 16:13:40 -03:00
parent 8ed8c60afd
commit 57827512c9
3 changed files with 46 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 4.2)
cmake_minimum_required(VERSION 3.13)
project(dynamic_array LANGUAGES C)
set(CMAKE_C_STANDARD 11)