Do the depoly build on Ubuntu 16.04 (#2135)

This commit is contained in:
karliss 2020-04-10 19:53:41 +03:00 committed by GitHub
parent 80c2128039
commit 7fbac90dcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ matrix:
include: include:
- name: Linux QMake + Deploy - name: Linux QMake + Deploy
os: linux os: linux
dist: xenial
env: BUILD_SYSTEM=qmake DEPLOY=1 env: BUILD_SYSTEM=qmake DEPLOY=1
addons: addons:
apt: apt:
@ -21,7 +22,7 @@ matrix:
- libgl1-mesa-glx - libgl1-mesa-glx
- libgl1-mesa-dev - libgl1-mesa-dev
- libxkbcommon-x11-dev - libxkbcommon-x11-dev
- ninja-build - ninja-build/xenial-backports
before_install: before_install:
- pyenv global 3.7 - pyenv global 3.7
- pip install meson - pip install meson