mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
Merge pull request #242 from marckleinebudde/travis-ppc64le
travis: add ppc64le support
This commit is contained in:
+58
@@ -2,6 +2,9 @@ language: c
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
||||||
|
# native
|
||||||
|
|
||||||
- env: test="x64 4.8.4 (make)"
|
- env: test="x64 4.8.4 (make)"
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
@@ -47,6 +50,61 @@ matrix:
|
|||||||
- cmake .. -GNinja -DCMAKE_BUILD_TYPE=Debug
|
- cmake .. -GNinja -DCMAKE_BUILD_TYPE=Debug
|
||||||
script: ninja
|
script: ninja
|
||||||
|
|
||||||
|
# ppc64le
|
||||||
|
|
||||||
|
- env: test="x64 4.8.4 (make)"
|
||||||
|
os: linux
|
||||||
|
dist: trusty
|
||||||
|
compiler: gcc
|
||||||
|
script: make
|
||||||
|
arch: ppc64le
|
||||||
|
|
||||||
|
- env: test="x64 4.8.4 (autotools)"
|
||||||
|
os: linux
|
||||||
|
dist: trusty
|
||||||
|
compiler: gcc
|
||||||
|
script: ./autogen.sh && ./configure CFLAGS="-Werror -Wno-unused-result" && make distcheck
|
||||||
|
arch: ppc64le
|
||||||
|
|
||||||
|
- env: test="x64 5.0 (autotools)"
|
||||||
|
os: linux
|
||||||
|
dist: trusty
|
||||||
|
compiler: clang
|
||||||
|
script: ./autogen.sh && ./configure CFLAGS="-Werror -Wno-unused-result" && make distcheck
|
||||||
|
arch: ppc64le
|
||||||
|
|
||||||
|
- env: test="x64 4.8.4 (CMake gcc)"
|
||||||
|
os: linux
|
||||||
|
dist: trusty
|
||||||
|
compiler: gcc
|
||||||
|
before_script:
|
||||||
|
- mkdir gcc_rel && cd gcc_rel
|
||||||
|
- cmake ..
|
||||||
|
script: make
|
||||||
|
arch: ppc64le
|
||||||
|
|
||||||
|
- env: test="x64 5.0 (CMake clang)"
|
||||||
|
os: linux
|
||||||
|
dist: trusty
|
||||||
|
compiler: clang
|
||||||
|
before_script:
|
||||||
|
- mkdir clang_rel && cd clang_rel
|
||||||
|
- cmake ..
|
||||||
|
script: make
|
||||||
|
arch: ppc64le
|
||||||
|
|
||||||
|
- env: test="x64 5.0 (CMake clang - Ninja) Debug"
|
||||||
|
os: linux
|
||||||
|
dist: trusty
|
||||||
|
compiler: clang
|
||||||
|
before_script:
|
||||||
|
- mkdir clang_ninja_dbg && cd clang_ninja_dbg
|
||||||
|
- cmake .. -GNinja -DCMAKE_BUILD_TYPE=Debug
|
||||||
|
script: ninja
|
||||||
|
arch: ppc64le
|
||||||
|
|
||||||
|
# Android
|
||||||
|
|
||||||
- env: test="Android NDK (CMake)"
|
- env: test="Android NDK (CMake)"
|
||||||
os: linux
|
os: linux
|
||||||
language: android
|
language: android
|
||||||
|
|||||||
Reference in New Issue
Block a user