add CI configuration: implement GitHub Actions workflow for build and test
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user