ACK: [PATCH] Add travis yaml file to automate builds on github
Alex Hung
alex.hung at canonical.com
Wed Jun 27 22:35:55 UTC 2018
On 2018-06-25 04:27 AM, 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: Alex Hung <alex.hung at canonical.com>
More information about the fwts-devel
mailing list