mbox

[0/2] add travis ci support for aarch64

Message ID 20191218053902.193417-1-ruifeng.wang@arm.com (mailing list archive)
Headers

Message

Ruifeng Wang Dec. 18, 2019, 5:39 a.m. UTC
  This patch set is to enable native aarch64 build in Travis CI.
It leverages Travis CI multi arch support.

As the first step, compilation jobs are added.
Unit test is not added for now due to service limitation. We are
planning to run unit test with no-huge in future.


Ruifeng Wang (2):
  ci: add travis ci support for aarch64
  devtools: add path to additional shared object files

 .ci/linux-setup.sh    | 11 +++++++----
 .travis.yml           | 42 +++++++++++++++++++++++++++++++++++++++++-
 devtools/test-null.sh |  2 +-
 3 files changed, 49 insertions(+), 6 deletions(-)