mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-28 02:38:30 +00:00
9 lines
154 B
Bash
9 lines
154 B
Bash
|
#!/usr/bin/env sh
|
||
|
set -ex
|
||
|
|
||
|
# Build conduit for a specific target
|
||
|
cross/build.sh $@
|
||
|
|
||
|
# Test conduit for a specific target
|
||
|
cross test --target="$TARGET" $@
|