mirror of
https://codeberg.org/Toasterson/solstice-ci.git
synced 2026-04-10 21:30:41 +00:00
4 lines
101 B
Text
4 lines
101 B
Text
|
|
#!/usr/bin/env bash
|
||
|
|
set -euo pipefail
|
||
|
|
# Build the orchestrator crate
|
||
|
|
exec cargo build -p orchestrator
|