Building an app in travis

Richard Hughes hughsient at gmail.com
Sat Jun 2 20:42:32 UTC 2018


On 1 June 2018 at 16:33, Alexander Larsson <alexl at redhat.com> wrote:
> Can you use the new source type "dir", which just copies the already
> initialize dir?

It works! I didn't see any reference to the "dir' source in the docs,
I had to go hunting in the code. Many thanks for the pointer.

For reference, and maximum googlability, this is what works using travis:

            "sources": [
                {
                    "type": "dir",
                    "path": ".."
                }
            ]

Richard


More information about the Flatpak mailing list