install mediainfo during build

This commit is contained in:
Alex Grintsvayg 2020-10-05 18:22:33 -04:00
parent 4b335ed692
commit ea80ed6506
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5

View file

@ -17,7 +17,8 @@ notifications:
email: false
# Skip the install step. Don't `go get` dependencies. Only build with the code in vendor/
install: true
install:
- apt-get install mediainfo # for go_mediainfo
# Anything in before_script that returns a nonzero exit code will
# flunk the build and immediately stop. It's sorta like having