File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 14
14
# SHA1 1234567890abcdef1234567890abcdef12345678
15
15
# CMAKE_ARGS "CMAKE_VARIABLE=value"
16
16
# )
17
+
18
+ hunter_config(
19
+ soralog
20
+ URL https://github.com/qdrvm/soralog/archive/556f28c83c4c8f040b65f3a57a92bf2b77f91fec.zip
21
+ SHA1 0d25f6bd4edf454140b52e61c24d68dfc0ad0745
22
+ )
Original file line number Diff line number Diff line change 8
8
BUILD_DIR=" ${BUILD_DIR:? } "
9
9
10
10
cd $( dirname $0 ) /..
11
- git diff -U0 HEAD^ | clang-tidy-diff.py -p1 -path $BUILD_DIR -regex " \.(hpp|h)"
11
+ git diff -U0 origin/master # DEBUG
12
+ git diff -U0 origin/master | clang-tidy-diff.py -p1 -path $BUILD_DIR -regex " \.(hpp|h)"
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ addtest(secio_exchange_message_marshaller_test
32
32
secio_exchange_message_marshaller_test.cpp
33
33
)
34
34
target_link_libraries (secio_exchange_message_marshaller_test
35
- p2p_logger
36
35
p2p_secio_exchange_message_marshaller
37
36
)
38
37
You can’t perform that action at this time.
0 commit comments