frou / yt2pod

Daemon that monitors YouTube channels and publishes audio podcasts of them
GNU Affero General Public License v3.0
112 stars 12 forks source link

Try also building using the Magefile in Travis #12

Closed frou closed 5 years ago

frou commented 6 years ago

Probably want something like this:

before_install:
  - go get    github.com/magefile/mage/...
  - go get -d github.com/frou/yt2pod  # TODO(DH): Can the repo URL come from an env var?
install:
  - mage

https://docs.travis-ci.com/user/languages/go/

frou commented 5 years ago

Nah