Added make install step to .travis.yml
This commit is contained in:
@@ -10,7 +10,7 @@ cache:
|
|||||||
directories:
|
directories:
|
||||||
- qt5
|
- qt5
|
||||||
|
|
||||||
before_script:
|
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
|
||||||
- pushd qt5
|
- pushd qt5
|
||||||
@@ -24,4 +24,5 @@ script:
|
|||||||
- pushd build
|
- pushd build
|
||||||
- ../qt5/build/bin/qmake .. -config release
|
- ../qt5/build/bin/qmake .. -config release
|
||||||
- make -j2
|
- make -j2
|
||||||
|
- make install
|
||||||
- popd
|
- popd
|
||||||
|
Reference in New Issue
Block a user