mirror of
https://github.com/linux-can/can-utils.git
synced 2026-09-20 14:29:55 +02:00
travis: fix env for ppc64le
Fixes: b7ba7f32fc ("added script to run on power")
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
+6
-6
@@ -52,28 +52,28 @@ matrix:
|
|||||||
|
|
||||||
# ppc64le
|
# ppc64le
|
||||||
|
|
||||||
- env: test="x64 4.8.4 (make)"
|
- env: test="ppc64le 4.8.4 (make)"
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
script: make
|
script: make
|
||||||
arch: ppc64le
|
arch: ppc64le
|
||||||
|
|
||||||
- env: test="x64 4.8.4 (autotools)"
|
- env: test="ppc64le 4.8.4 (autotools)"
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
script: ./autogen.sh && ./configure CFLAGS="-Werror -Wno-unused-result" && make distcheck
|
script: ./autogen.sh && ./configure CFLAGS="-Werror -Wno-unused-result" && make distcheck
|
||||||
arch: ppc64le
|
arch: ppc64le
|
||||||
|
|
||||||
- env: test="x64 5.0 (autotools)"
|
- env: test="ppc64le 5.0 (autotools)"
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
compiler: clang
|
compiler: clang
|
||||||
script: ./autogen.sh && ./configure CFLAGS="-Werror -Wno-unused-result" && make distcheck
|
script: ./autogen.sh && ./configure CFLAGS="-Werror -Wno-unused-result" && make distcheck
|
||||||
arch: ppc64le
|
arch: ppc64le
|
||||||
|
|
||||||
- env: test="x64 4.8.4 (CMake gcc)"
|
- env: test="ppc64le 4.8.4 (CMake gcc)"
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
@@ -83,7 +83,7 @@ matrix:
|
|||||||
script: make
|
script: make
|
||||||
arch: ppc64le
|
arch: ppc64le
|
||||||
|
|
||||||
- env: test="x64 5.0 (CMake clang)"
|
- env: test="ppc64le 5.0 (CMake clang)"
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
compiler: clang
|
compiler: clang
|
||||||
@@ -93,7 +93,7 @@ matrix:
|
|||||||
script: make
|
script: make
|
||||||
arch: ppc64le
|
arch: ppc64le
|
||||||
|
|
||||||
- env: test="x64 5.0 (CMake clang - Ninja) Debug"
|
- env: test="ppc64le 5.0 (CMake clang - Ninja) Debug"
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|||||||
Reference in New Issue
Block a user