Continuous integration #52

Merged
0xFEEDC0DE64 merged 10 commits from continuous-integration into devel 2017-12-26 16:40:54 +01:00
Showing only changes of commit e72c389de5 - Show all commits

View File

@@ -13,7 +13,7 @@ before_script:
- pushd qt5
- if [ ! -d qtbase/.git ] ; then perl init-repository --module-subset=qtbase,qtimageformats,qttools ; fi
- if [ ! -f config.summary ] ; then ./configure -opensource -confirm-license -nomake examples -nomake tests ; fi
- make -j2
- make -j2 > /dev/null
- sudo make install
- popd