]> granicus.if.org Git - php/commit
Add ARM64 CI to Travis
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 23 Oct 2019 10:58:21 +0000 (12:58 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 25 Oct 2019 14:37:46 +0000 (16:37 +0200)
commitbd379df48c1568b19d267f642154f386bd864cba
treed86b152eb5495fc49073c75b894d65201c3b98e6
parentf1848a4b3f807d21415c5a334b461d240b2a83af
Add ARM64 CI to Travis

We need to install a number of additional packages that are installed
by default on the AMD64 workers.

We also have to manually set up the MySQL user.

For now we don't set up Postgres -- if anyone wants to figure that
out, it would be great ;)

Log redirections in compile.sh are removed, because /dev/stdout is
not accessible. We don't see to use this anyway.
.travis.yml
travis/compile.sh
travis/setup-mysql.sh
travis/setup-pgsql.sh