mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 16:56:45 +08:00
test cmake
This commit is contained in:
parent
6700956c63
commit
8c1f1cc76e
@ -22,10 +22,11 @@ matrix:
|
||||
- MATRIX_EVAL="USING_CMAKE=1"
|
||||
|
||||
before_install:
|
||||
- eval "${MATRIX_EVAL}"
|
||||
- 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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user