mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
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 <kir@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
94dfd0ca91
commit
26ccb06a74
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue