]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
Add architecture ppc64le to travis build
authorDebabrata Deka <60925700+ddeka2910@users.noreply.github.com>
Fri, 4 Dec 2020 13:13:21 +0000 (14:13 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 23 Dec 2020 06:49:37 +0000 (07:49 +0100)
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
.travis.yml

index 79cf4ca95a41a15802f14331b1cc66ae62fba625..41d716dbe87f1682b0c6346dc6ca5cb4c320102e 100644 (file)
@@ -16,6 +16,12 @@ matrix:
   - env: TARGET_OS=bionic
   - compiler: clang
     env: TARGET_OS=bionic
+  #powerjobs
+  - env: TARGET_OS=bionic
+    arch: ppc64le
+  - compiler: clang
+    arch: ppc64le
+    env: TARGET_OS=bionic
 before_install:
 - sudo apt-get install -y sqlite3
 install: