Start work on new build infrastructure

This commit is contained in:
Kovid Goyal 2019-04-09 11:06:26 +05:30
parent 63c1aa15e4
commit 50f6f9ea8f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View File

@ -52,3 +52,5 @@ recipes/debug
.idea
/*env*/
cmake-build-*
bypy/linux
bypy/sources-cache

4
bypy/linux.conf Normal file
View File

@ -0,0 +1,4 @@
image 'https://partner-images.canonical.com/core/xenial/current/ubuntu-xenial-core-cloudimg-{}-root.tar.gz'
# Build time deps for Qt. See http://doc.qt.io/qt-5/linux-requirements.html and https://wiki.qt.io/Building_Qt_5_from_Git
deps 'flex bison gperf ruby libx11-dev libxext-dev libxfixes-dev libxi-dev libxrender-dev libxcb1-dev libx11-xcb-dev libxcb-glx0-dev xkb-data libglu1-mesa-dev libgtk2.0-dev'