mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 04:25:08 +03:00
parent
e582f2844f
commit
81fd9563b4
1 changed files with 5 additions and 2 deletions
|
@ -42,5 +42,8 @@ build:
|
||||||
- -DCMAKE_CXX_FLAGS=-fPIC
|
- -DCMAKE_CXX_FLAGS=-fPIC
|
||||||
- -DCMAKE_EXE_LINKER_FLAGS=-pie
|
- -DCMAKE_EXE_LINKER_FLAGS=-pie
|
||||||
test:
|
test:
|
||||||
- c++ -std=c++17 test.cpp -o test -lfb303_thrift_cpp -lfolly -lglog -lthriftprotocol -lthriftcpp2 -ldl
|
dependencies:
|
||||||
|
boost.org: ^1.84
|
||||||
|
script:
|
||||||
|
- c++ -std=c++17 test.cpp -o test -lfb303_thrift_cpp -lfolly -lglog -lthriftprotocol -lthriftcpp2 -ldl -lboost_context
|
||||||
- ./test | grep 'BaseService'
|
- ./test | grep 'BaseService'
|
||||||
|
|
Loading…
Reference in a new issue