mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-07 09:16:46 +08:00
Update .travis.yml
This commit is contained in:
parent
e548201d43
commit
70b908f680
@ -15,8 +15,8 @@ install:
|
|||||||
script:
|
script:
|
||||||
- qmake -v
|
- qmake -v
|
||||||
- cd ./build
|
- cd ./build
|
||||||
- qmake -o Makefile src.pro
|
- qmake -o Makefile src.pro QMAKE_CC=$CC QMAKE_CXX=$CXX QMAKE_LINK=$CXX
|
||||||
- qmake -o MakefileTest test.pro
|
- 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
|
- make && make -f MakefileTest && export LD_LIBRARY_PATH=../output:$LD_LIBRARY_PATH && ../output/test
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user