Removed OpenGL

This commit is contained in:
2020-03-07 14:24:25 +01:00
parent 49d882262a
commit 5e204fd74d

View File

@@ -1,6 +1,5 @@
language: cpp language: cpp
os: linux os: linux
sudo: false
dist: bionic dist: bionic
compiler: compiler:
- gcc - gcc
@@ -16,7 +15,7 @@ install:
- if [ ! -d qt5/.git ] ; then rm qt5 -Rf ; git clone --branch=5.15 git://code.qt.io/qt/qt5.git ; fi - if [ ! -d qt5/.git ] ; then rm qt5 -Rf ; git clone --branch=5.15 git://code.qt.io/qt/qt5.git ; fi
- pushd qt5 - pushd qt5
- if [ ! -d qtbase/.git ] ; then perl init-repository --module-subset=qtbase ; fi - if [ ! -d qtbase/.git ] ; then perl init-repository --module-subset=qtbase ; fi
- if [ ! -f config.summary ] ; then ./configure -prefix `pwd`/build -opensource -confirm-license -nomake examples -nomake tests ; fi - if [ ! -f config.summary ] ; then ./configure -prefix `pwd`/build -opensource -confirm-license -no-opengl -nomake examples -nomake tests ; fi
- if [ ! -d build ] ; then make -j2 > /dev/null && make install ; fi - if [ ! -d build ] ; then make -j2 > /dev/null && make install ; fi
- popd - popd
- ccache -s - ccache -s