Removed OpenGL
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user