mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-26 16:26:37 +02:00
8 lines
154 B
Bash
Executable file
8 lines
154 B
Bash
Executable file
#!/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" $@
|