Files
embedded-hal/ci/script.sh
Jorge Aparicio 66e7897df9 add CI
2017-06-09 16:02:16 -05:00

8 lines
70 B
Bash

set -euxo pipefail
main() {
cargo check --target $TARGET
}
main