Building an app in travis
Alexander Larsson
alexl at redhat.com
Mon Jun 4 06:51:35 UTC 2018
On Sat, Jun 2, 2018 at 10:42 PM, Richard Hughes <hughsient at gmail.com> wrote:
> For reference, and maximum googlability, this is what works using travis:
>
> "sources": [
> {
> "type": "dir",
> "path": ".."
> }
> ]
I'm not sure it matters, but if you're not using git in the build you
might also want something like:
"skip": [".git"]
Which will save you some copying.
More information about the Flatpak
mailing list