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

@@ -35,9 +35,12 @@ test-meson/
```
## 🔧 Prerequisites
**Linux-only project**
- **CMake** ≥ 3.12
- **C compiler** (GCC, Clang, MSVC)
- **C compiler** (GCC recommended, Clang supported)
- **Make** (optional, but recommended)
- **build-essential** (on Ubuntu/Debian): `sudo apt-get install build-essential`
## 🔨 Building
### Using the Makefile (Recommended)