Closed Midar closed 4 years ago
So, does this mean that all builds on Travis were intentionally broken?
Is there an example file for using Docker on Travis? Why force people to use Docker? It seems pointless to use Docker when there already is an existing package. Docker is for when someone couldn't be bothered to package it up properly. In this case, it seems like just a bunch of extra bloat for no gain?
It means that using pacman for CI is unsupported. Docker, unlike pacman is cached and directly supported by most CI build services. libnds has been using docker via Travis for over 2 years. https://github.com/devkitPro/libnds/blob/master/.travis.yml
Today I'd probably consider using github's CI docker support. https://github.com/devkitPro/wut/blob/master/.github/workflows/ci.yml
When trying to install devkitPro via gdebi as per instructions, it fails like this:
I'm guessing the permissions on the server are set incorrectly?
Also, it seemes the download URL of the .deb changed a few times. It would be nice if it could be kept stable, at least for existing releases.