aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-11-07 17:30:42 +0300
committeralexv-smirnov <alex@ydb.tech>2023-11-07 17:53:30 +0300
commit7260302093d21007fa4327c53b5c4c4623054daa (patch)
tree9c16fb9b3c2a1cf85f06eadfce296cf926838387
parentd2de62164bfaeedfd9a65c5e0e2adfd748ab1f37 (diff)
downloadydb-7260302093d21007fa4327c53b5c4c4623054daa.tar.gz
KIKIMR-19971 Reset PR branch to base
-rw-r--r--ydb/CMakeLists.txt2
-rw-r--r--ydb/epilogue.cmake2
2 files changed, 4 insertions, 0 deletions
diff --git a/ydb/CMakeLists.txt b/ydb/CMakeLists.txt
index 066036e84b..504fa349c7 100644
--- a/ydb/CMakeLists.txt
+++ b/ydb/CMakeLists.txt
@@ -14,6 +14,8 @@ add_subdirectory(services)
add_subdirectory(tests)
add_custom_target(ydb_py_protos)
+
+
add_custom_command(
TARGET ydb_py_protos POST_BUILD
COMMAND ${CMAKE_SOURCE_DIR}/ydb/tests/oss/launch/compile_protos.sh ${CMAKE_SOURCE_DIR} ydb library/cpp/actors
diff --git a/ydb/epilogue.cmake b/ydb/epilogue.cmake
index 97ef638b67..e81eaa504f 100644
--- a/ydb/epilogue.cmake
+++ b/ydb/epilogue.cmake
@@ -1,5 +1,7 @@
add_custom_target(ydb_py_protos)
+
+
add_custom_command(
TARGET ydb_py_protos POST_BUILD
COMMAND ${CMAKE_SOURCE_DIR}/ydb/tests/oss/launch/compile_protos.sh ${CMAKE_SOURCE_DIR} ydb library/cpp/actors