1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-11-01 08:25:30 +01:00
Files
minetestmapper/.travis.yml
srinivas32 703d9d1597 added power support arch ppc64le on yml file.
Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le.
2020-11-25 23:09:51 +05:30

23 lines
332 B
YAML

arch:
- amd64
- ppc64le
language: cpp
compiler:
- gcc
- clang
dist: bionic
addons:
apt:
packages:
- cmake
- libgd-dev
- libsqlite3-dev
- libleveldb-dev
- libpq-dev
- postgresql-server-dev-all
script: ./util/travis/script.sh
notifications:
email: false
matrix:
fast_finish: true