Browse code

travis-ci: add "linux-ppc64le" to build matrix

Signed-off-by: Ilya Shipitsin <chipitsine@gmail.com>
Acked-by: Steffan Karger <steffan.karger@fox-it.com>
Message-Id: <20190311133620.18278-2-chipitsine@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg18271.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>

Ilya Shipitsin authored on 2019/03/11 22:36:18
Showing 1 changed files
... ...
@@ -33,6 +33,9 @@ matrix:
33 33
     - env: SSLLIB="openssl" OPENSSL_VERSION="1.1.0h"
34 34
       os: linux
35 35
       compiler: gcc
36
+    - env: SSLLIB="openssl" OPENSSL_VERSION="1.1.0h" LABEL="linux-ppc64le"
37
+      os: linux-ppc64le
38
+      compiler: gcc
36 39
     - env: SSLLIB="openssl" CFLAGS="-fsanitize=address"
37 40
       os: linux
38 41
       compiler: clang