mirror of
https://github.com/google/cdc-file-transfer.git
synced 2026-09-13 01:10:44 +03:00
[cdc_rsync] Add build id to github workflow
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "build_version.h"
|
||||
|
||||
#ifdef CDC_BUILD_VERSION
|
||||
#define TO_STR(arg) #arg
|
||||
#define TO_STR_VALUE(arg) TO_STR(arg)
|
||||
const char* BUILD_VERSION = TO_STR_VALUE(CDC_BUILD_VERSION);
|
||||
#else
|
||||
const char* BUILD_VERSION = DEV_BUILD_VERSION;
|
||||
#endif
|
||||
Reference in New Issue
Block a user