This commit is contained in:
mutouyun 2019-01-01 16:35:15 +08:00
commit 33017b80fc

View File

@ -27,7 +27,6 @@ before_install:
script: script:
- cd ./build - cd ./build
- if [ $USING_CMAKE -eq 1 ]; then - if [ $USING_CMAKE -eq 1 ]; then
find /usr -name "Qt5*.cmake";
cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt; cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt;
make; make;
export IPC_TARGET=test-ipc; export IPC_TARGET=test-ipc;