oxbow/ci/build.sh

12 lines
130 B
Bash
Executable File

#!/bin/sh
if [ -f "${HOME}/.cargo/env" ]; then
. "${HOME}/.cargo/env"
fi;
set -xe
cargo fmt --check
exec cargo build