mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-08-06 18:40:31 +00:00
Introduce testable protocol helpers, GoogleTest coverage, and ci/local.sh mirroring the sunshine-sdk GitHub Actions workflow. Co-authored-by: Cursor <cursoragent@cursor.com>
17 lines
192 B
Makefile
17 lines
192 B
Makefile
.PHONY: ci ci-all ci-test ci-build configure
|
|
|
|
ci:
|
|
./ci/local.sh
|
|
|
|
ci-all:
|
|
./ci/local.sh all
|
|
|
|
ci-test:
|
|
./ci/local.sh test
|
|
|
|
ci-build:
|
|
./ci/local.sh build
|
|
|
|
configure:
|
|
./ci/local.sh configure
|