mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
e582f2844f
commit
81fd9563b4
|
@ -42,5 +42,8 @@ build:
|
|||
- -DCMAKE_CXX_FLAGS=-fPIC
|
||||
- -DCMAKE_EXE_LINKER_FLAGS=-pie
|
||||
test:
|
||||
- c++ -std=c++17 test.cpp -o test -lfb303_thrift_cpp -lfolly -lglog -lthriftprotocol -lthriftcpp2 -ldl
|
||||
- ./test | grep 'BaseService'
|
||||
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'
|
||||
|
|
Loading…
Reference in a new issue