Add Galaxy build and deployment workflows

This commit is contained in:
Ryan Ward
2026-08-26 12:07:32 -05:00
parent dde129b9c7
commit 82eed08683
6 changed files with 141 additions and 65 deletions
+13
View File
@@ -0,0 +1,13 @@
.PHONY: run clean deploy install
run:
cargo run --bin galaxy-oss
clean:
cargo clean
deploy:
./script/build-and-upload-hermes.sh
install:
./script/build-and-install-to-applications.sh