mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-07 01:06:45 +08:00
find /usr -name "Qt5*.cmake"
This commit is contained in:
parent
8495547e8d
commit
95c09880e9
@ -23,12 +23,12 @@ matrix:
|
||||
|
||||
before_install:
|
||||
- eval "${MATRIX_EVAL}"
|
||||
- find /usr/ -name "Qt5CoreConfig.cmake"
|
||||
- qmake -v
|
||||
|
||||
script:
|
||||
- cd ./build
|
||||
- if [ $USING_CMAKE -eq 1 ]; then
|
||||
find /usr -name "Qt5*.cmake";
|
||||
cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt;
|
||||
make;
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user