diff --git a/scripts/check.bash b/scripts/check.bash new file mode 100755 index 0000000..7bb43b7 --- /dev/null +++ b/scripts/check.bash @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +set -euo pipefail + +cargo check -p ptth_server --target x86_64-pc-windows-gnu +cargo check -p ptth_server --target x86_64-unknown-linux-gnu