Add convenience batch script for Win

This commit is contained in:
Jakub Konka
2019-05-20 14:02:35 +02:00
committed by Dan Gohman
parent c3ff3cf075
commit 9ae766db2f
3 changed files with 64 additions and 2 deletions

View File

@@ -6,9 +6,8 @@ set -euo pipefail
# - Check code formatting.
# - Make a debug build.
# - Make a release build.
# - Run unit tests for all Rust crates (including the filetests)
# - Run unit tests for all Rust crates
# - Build API documentation.
# - Optionally, run fuzzing.
#
# All tests run by this script should be passing at all times.