summaryrefslogtreecommitdiffstats
path: root/third_party/rust/winapi-util/ci/script.sh
blob: 90243df3db2611bbb35f4eb93d13d7f524df3d31 (plain)
1
2
3
4
5
6
7
#!/bin/sh

set -ex

cargo build --verbose --all
cargo doc --verbose --all
cargo test --verbose --all