1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-01-01 04:04:26 +01:00
conduit/cross/test.sh

9 lines
154 B
Bash
Raw Normal View History

#!/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" $@