File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 81
81
name : trusty
82
82
php : ' 5.6'
83
83
if : env(VERSION) =~ /^7\.[0-3]/
84
+ - arch : ppc64le
85
+ dist : focal
86
+ language : minimal
87
+ env :
88
+ - RELEASE=focal
89
+ name : focal-ppc64le
90
+ before_install :
91
+ - sudo rm -rf /var/lib/apt/lists/lock /var/cache/apt/archives/lock /var/lib/dpkg/lock
92
+ - sudo apt-get update
93
+ - sudo apt-get -y -q=2 --no-install-recommends --no-install-suggests install libtidy-dev libxml2-dev libcurl4-openssl-dev libjpeg-dev libpng-dev libxpm-dev libmysqlclient-dev libpq-dev libicu-dev libfreetype6-dev libldap2-dev libxslt-dev libssl-dev libldb-dev libc-client-dev libkrb5-dev libsasl2-dev libmcrypt-dev expect re2c
94
+ - |
95
+ if ! command -v phpenv; then
96
+ pushd $HOME
97
+ curl -L http://git.io/phpenv-installer | bash
98
+ popd
99
+ export PHPENV_ROOT="/home/travis/.phpenv"
100
+ if [ -d "${PHPENV_ROOT}" ]; then
101
+ export PATH="${PHPENV_ROOT}/bin:${PATH}"
102
+ eval "$(phpenv init -)"
103
+ fi
104
+ fi
84
105
- arch : ppc64le
85
106
dist : bionic
86
107
language : minimal
You can’t perform that action at this time.
0 commit comments