wpilibsuite / homebrew-wpilib

This repository contains a collection of Homebrew (aka, Brew) "formulae" for WPILib.
Other
3 stars 3 forks source link

Enable Azure testing #4

Closed AustinShalit closed 4 years ago

AustinShalit commented 5 years ago

Script should probably be something like this:

for f in $( ls ./Formula/*.rb ); do
      brew audit $f
      brew install -v $f
      brew test $f
      brew uninstall $f
done
AustinShalit commented 4 years ago

Closes by #7