2024-07-21 16:29:16 +00:00
|
|
|
#!/usr/bin/env sh
|
2026-06-05 22:39:40 +00:00
|
|
|
# CI build (old runner compatibility). Uses Makefile for consistency.
|
2024-07-21 16:29:16 +00:00
|
|
|
|
2026-06-05 22:39:40 +00:00
|
|
|
set -e
|
2024-07-21 16:29:16 +00:00
|
|
|
|
2026-06-05 22:39:40 +00:00
|
|
|
make build
|
2024-07-21 16:29:16 +00:00
|
|
|
|