test cmake

This commit is contained in:
mutouyun 2019-01-01 15:36:32 +08:00
parent 6700956c63
commit 8c1f1cc76e

View File

@ -23,9 +23,10 @@ matrix:
before_install:
- eval "${MATRIX_EVAL}"
- echo ${QTDIR}
- qmake -v
script:
- qmake -v
- cd ./build
- if [ $USING_CMAKE -eq 1 ]; then
cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt;