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:
-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"