Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/telegram-purple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgururajrkatti <74309971+gururajrkatti@users.noreply.github.com>2020-12-21 13:30:42 +0300
committerBen Wiederhake <BenWiederhake.GitHub@gmx.de>2020-12-22 18:44:02 +0300
commitc0be3b6817ececaf75b343d8e45736b545bd7892 (patch)
treeeffc9fb36daba831e4fe917cdea5add032e4a278
parentf3c6bda47b82ee24d020bd58f89e35586d5a4661 (diff)
Include ppc64le jobs for gcc, install gettext
-rw-r--r--.travis.yml20
1 files changed, 19 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 354cdf6..1607239 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ git:
before_install:
- git submodule update --init --recursive
- sudo apt-get update -qq
- - sudo apt-get install -qq libssl-dev libgcrypt20-dev libpurple-dev libwebp-dev
+ - sudo apt-get install -qq gettext libgcrypt20-dev libpurple-dev libssl-dev libwebp-dev
script:
- ./configure $CONFIGURE_FLAGS
- make -j2
@@ -73,3 +73,21 @@ matrix:
# env: CONFIGURE_FLAGS="--disable-png --disable-libwebp --disable-translation"
# - compiler: XXX
# env: CONFIGURE_FLAGS="--disable-png --disable-gcrypt --disable-libwebp --disable-translation"
+# Include power jobs for gcc
+ include:
+ - compiler: gcc
+ arch: ppc64le
+ dist: xenial
+ env: CONFIGURE_FLAGS=""
+ - compiler: gcc
+ arch: ppc64le
+ dist: xenial
+ env: CONFIGURE_FLAGS=" --disable-libwebp"
+ - compiler: gcc
+ arch: ppc64le
+ dist: xenial
+ env: CONFIGURE_FLAGS="--disable-gcrypt --disable-libwebp --disable-translation"
+ - compiler: gcc
+ arch: ppc64le
+ dist: xenial
+ env: CONFIGURE_FLAGS="--disable-png"