ACK: [PATCH] Add travis yaml file to automate builds on github

ivanhu ivan.hu at canonical.com
Tue Jul 3 09:25:13 UTC 2018



On 06/25/2018 07:27 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> This adds a travis YAML file the automates builds when I sync fwts to
> github allowing fast sanity build checks.
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>  .travis.yml | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>  create mode 100644 .travis.yml
>
> diff --git a/.travis.yml b/.travis.yml
> new file mode 100644
> index 00000000..46d4c4ea
> --- /dev/null
> +++ b/.travis.yml
> @@ -0,0 +1,11 @@
> +dist: trusty
> +sudo: required
> +
> +before_install:
> +    - sudo apt-get update -q
> +    - sudo apt-get install build-essential autoconf automake libtool libjson-c-dev flex bison dkms libglib2.0-dev libfdt-dev
> +
> +language: c
> +
> +script:
> +- autoreconf -ivf; ./configure; make

Acked-by: Ivan Hu <ivan.hu at canonical.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20180703/9e6576cf/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20180703/9e6576cf/attachment.sig>


More information about the fwts-devel mailing list