mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 02:25:26 +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:
|
||||
- name: Linux QMake + Deploy
|
||||
os: linux
|
||||
dist: xenial
|
||||
env: BUILD_SYSTEM=qmake DEPLOY=1
|
||||
addons:
|
||||
apt:
|
||||
@ -21,7 +22,7 @@ matrix:
|
||||
- libgl1-mesa-glx
|
||||
- libgl1-mesa-dev
|
||||
- libxkbcommon-x11-dev
|
||||
- ninja-build
|
||||
- ninja-build/xenial-backports
|
||||
before_install:
|
||||
- pyenv global 3.7
|
||||
- pip install meson
|
||||
|
Loading…
Reference in New Issue
Block a user