Add Rust to Appveyor config. (#4928)

This commit is contained in:
Robert
2018-09-12 11:44:51 -07:00
committed by GitHub
parent 615885e889
commit 02a7807dd8
3 changed files with 31 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash
set -ex
#
# Copyright 2018 Google Inc. All rights reserved.
@@ -16,7 +16,7 @@ set -ex
# limitations under the License.
cd ./rust_usage_test
cargo test $1
cargo test -- --quiet
TEST_RESULT=$?
if [[ $TEST_RESULT == 0 ]]; then
echo "OK: Rust tests passed."