From 15f38ce6ba43961eaabddc2d3037c03a01b80e61 Mon Sep 17 00:00:00 2001 From: Timothy Stack Date: Thu, 24 Sep 2020 14:25:34 -0700 Subject: [PATCH] [travis] try to activate arm builds --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 57244d95..0efd9439 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,11 @@ env: # via the "travis encrypt" command using the project repo's public key - secure: "P3wQLswiGYWrZwO4bxFmsA4XG5s/pS+renL0RMeotMTQwQQXmy1ZCvwMnAgaYWQmF82fN8WjuhO3OX0gpDbydxRktqI5ZqblsryV6poB0g+OkCqThbDUp3TL6TjPqySTI1CZ8qoOBYFMubAZYVJAEfxl0UxoQE+uTsRarRqr8rI=" +arch: + - amd64 + - arm64 +os: linux + cache: apt: true @@ -32,7 +37,7 @@ addons: coverity_scan: project: name: tstack/lnav - description: Your project description here + description: The Log File Navigator notification_email: timothyshanestack@gmail.com build_command_prepend: ./autogen.sh && ./configure build_command: make