mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-31 00:35:05 +00:00
Do the depoly build on Ubuntu 16.04 (#2135)
This commit is contained in:
parent
80c2128039
commit
7fbac90dcb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user