From 26ccb06a745ff9c0b5b502424e8ddd48181ff5d3 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Wed, 30 Nov 2016 05:10:00 +0300 Subject: [PATCH] travis: enable arm/arm64/ppc builds with clang With the recent patches, criu is finally compileable with clang for all architectures. To keep it that way, we need Travis to test that on a regular basis. The downside is, Travis build time is increased about 2x. travis-ci: success for travis: enable arm/arm64/ppc builds with clang Signed-off-by: Kir Kolyshkin Signed-off-by: Pavel Emelyanov --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2204fea8e..85d653f00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,10 @@ env: - TR_ARCH=aarch64 - TR_ARCH=ppc64le - TR_ARCH=alpine + - TR_ARCH=armv7hf CLANG=1 + - TR_ARCH=aarch64 CLANG=1 + - TR_ARCH=ppc64le CLANG=1 + - TR_ARCH=alpine CLANG=1 script: - sudo make -C scripts/travis $TR_ARCH after_success: