update README.md

This commit is contained in:
Colgrave 2025-01-05 23:29:04 -05:00
parent e3fdb44d03
commit b95efc66e6

View File

@ -5,6 +5,7 @@ Pull requests are welcome!
| Link | Language | Build System | Comments |
| :--------------------------------------------------------------------------- | :---------- | :------------------ | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Butane/.woodpecker/butane.yaml](Butane/.woodpecker/butane.yaml) | Bash | --- | Translate Butane configs into Ignition configs with a simple bash script. |
| [C/.woodpecker/make.yaml](C/.woodpecker/make.yaml) | C | Make | Simple ci for building a Make based C project |
| [C/.woodpecker/meson.yaml](C/.woodpecker/meson.yaml) | C/C++ | meson | CI for meson-based projects. |
| [C/.woodpecker/meson-android.yaml](C/.woodpecker/meson-android.yaml) | C/C++ | meson + Android NDK | CI for meson-based projects cross-compiling to Android NDK. |