gerbera / homebrew-gerbera

A Homebrew Tap for Gerbera Media Server
https://gerbera.io
14 stars 8 forks source link

Add Travis Build to Test Brew formula's #2

Closed elmodaddyb closed 6 years ago

elmodaddyb commented 6 years ago

Travis CI to execute the readme steps and confirm all brew test <pkg> calls work successfully

Stage 1 - Install Duktape

brew tap gerbera/homebrew-gerbera
brew install duktape
brew test duktape

Stage 2 - Install libupnp

brew install libupnp
brew upgrade --build-from-source gerbera/gerbera/libupnp
brew test libupnp

Stage 3 - Install Gerbera

brew install gerbera
brew test gerbera
elmodaddyb commented 6 years ago

Travis is wired up....just need to tweak the build script for success!! :shipit:

elmodaddyb commented 6 years ago

Not sure why, but with OSX type Travis, each stage was a new VM...so could not figure out how to utilize stages.

Job is implemented and runs all tests for required libraries.