Removed make output to avoid build abort

This commit is contained in:
0xFEEDC0DE64
2017-12-24 22:29:53 +01:00
parent 6f70e8894e
commit e72c389de5

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