mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 16:56:45 +08:00
Merge branch 'master' of https://github.com/mutouyun/cpp-ipc
This commit is contained in:
commit
2c0e2ef1df
@ -5,6 +5,8 @@ matrix:
|
||||
include:
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
- os: linux
|
||||
compiler: clang
|
||||
|
||||
install:
|
||||
- sudo apt-get update
|
||||
@ -13,8 +15,8 @@ install:
|
||||
script:
|
||||
- qmake -v
|
||||
- cd ./build
|
||||
- qmake -o Makefile src.pro
|
||||
- qmake -o MakefileTest test.pro
|
||||
- qmake -o Makefile src.pro QMAKE_CC=$CC QMAKE_CXX=$CXX QMAKE_LINK=$CXX
|
||||
- qmake -o MakefileTest test.pro QMAKE_CC=$CC QMAKE_CXX=$CXX QMAKE_LINK=$CXX
|
||||
- make && make -f MakefileTest && export LD_LIBRARY_PATH=../output:$LD_LIBRARY_PATH && ../output/test
|
||||
|
||||
notifications:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user