Update to experimental state in master :D #2

Merged
neuron303 merged 24 commits from master into master 2019-09-23 15:19:47 +02:00
10 changed files with 185 additions and 101 deletions
Showing only changes of commit 3dc0610c09 - Show all commits

View File

@@ -12,6 +12,9 @@ cache:
- ~/.ccache - ~/.ccache
- qt5 - qt5
before_install:
- sudo apt-get install -y libgl1-mesa-dev libglu1-mesa-dev
install: install:
- mkdir -p qt5 - mkdir -p qt5
- if [ ! -d qt5/.git ] ; then rm qt5 -Rf ; git clone --branch=5.10 git://code.qt.io/qt/qt5.git ; fi - if [ ! -d qt5/.git ] ; then rm qt5 -Rf ; git clone --branch=5.10 git://code.qt.io/qt/qt5.git ; fi