team-phoenix / Phoenix

A multi-system emulator and library manager designed to be both powerful and easy to use.
http://phoenix.vg
GNU General Public License v2.0
377 stars 39 forks source link

Fix Travis not having SDL2 2.0.4 available #269

Closed athairus closed 8 years ago

athairus commented 8 years ago

We'll either have to create our own PPA with SDL2 2.0.4 or dig harder and find a PPA that has it.

hazrpg commented 8 years ago

Not sure if it's worth mentioning, but the .travis.yml file is set to use trusty, would this not be better set to xenial which already includes sdl2.0.4?

EDIT: Especially since we both earlier proved that it can be built on Ubuntu 16.04, I can see no downside to testing against it - since people on Ubuntu 14.04 will probably struggle anyway if sdl2.0.4 is a dependency.

Ref: http://packages.ubuntu.com/xenial/libsdl2-2.0-0

athairus commented 8 years ago

It builds correctly now for some reason, but I've seen this happen before only for it to fail next build. We'll wait and see.

athairus commented 8 years ago

Okay, I now see where the 2.0.4 exclusive call was removed, and with that builds are fixed... until we use that call again or another new one like it. We need our own PPA.

Discussion continues in #274.