solana-program-library/ci/memo.sh

14 lines
234 B
Bash
Raw Normal View History

#!/usr/bin/env bash
cd "$(dirname "$0")/.."
set -e
2020-06-17 11:25:19 -07:00
./do.sh update
./do.sh fmt memo --all -- --check
./do.sh build-native memo -D warnings
./do.sh build memo
./do.sh clippy memo -- --deny=warnings
2020-06-17 11:25:19 -07:00
./do.sh doc memo
./do.sh test memo