Updated .travis.yml and bumped projects

This commit is contained in:
Daniel Brunner
2018-10-05 16:45:50 +02:00
parent 0f29e3b9de
commit 745b4f4e40
10 changed files with 11 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ install:
- mkdir -p ../qt5
- if [ ! -d ../qt5/.git ] ; then rm ../qt5 -Rf ; git clone --branch=5.10 git://code.qt.io/qt/qt5.git ../qt5 ; fi
- pushd ../qt5
- if [ ! -d qtbase/.git ] ; then perl init-repository --module-subset=qtbase,qtimageformats,qtmultimedia,qttools ; fi
- if [ ! -d qtbase/.git ] ; then perl init-repository --module-subset=qtbase,qtimageformats,qtmultimedia,qtserialport,qttools ; fi
- if [ ! -f config.summary ] ; then ./configure -prefix `pwd`/build -opensource -confirm-license -nomake examples -nomake tests ; fi
- if [ ! -d build ] ; then make -j2 > /dev/null && make install ; fi
- popd
@@ -27,4 +27,4 @@ script:
- ../qt5/build/bin/qmake CONFIG+=ccache ../DbSoftware -config release
- make -j2
- make install
- popd
- popd