mas/script/brew_release_validate

15 lines
312 B
Text
Raw Normal View History

2020-05-25 05:23:49 +00:00
#!/bin/bash
#
# script/brew_release_validate
# mas
#
# Validates the mas formula
# https://github.com/Homebrew/homebrew-core/blob/master/CONTRIBUTING.md#to-contribute-a-fix-to-the-foo-formula
#
brew uninstall --force mas
brew install --build-from-source mas
brew test mas
brew audit --strict mas
brew style mas