mirror of
https://github.com/nestriness/cdc-file-transfer.git
synced 2026-01-30 14:15:36 +02:00
Merge cdc_stream into asset_stream_manager (#26)
Adds start and stop commands to asset_stream_manager. asset_stream_manager will be renamed to cdc_stream next.
This commit is contained in:
3
.github/workflows/create_release.yml
vendored
3
.github/workflows/create_release.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
bazel build --config=windows --compilation_mode=opt --copt=/GL `
|
||||
//cdc_rsync //cdc_stream //asset_stream_manager //tests_common //tests_asset_streaming_30 //tests_cdc_rsync
|
||||
//cdc_rsync //asset_stream_manager //tests_common //tests_asset_streaming_30 //tests_cdc_rsync
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
@@ -77,7 +77,6 @@ jobs:
|
||||
run: |
|
||||
mkdir artifacts
|
||||
cp bazel-bin/cdc_rsync/cdc_rsync.exe artifacts
|
||||
cp bazel-bin/cdc_stream/cdc_stream.exe artifacts
|
||||
cp bazel-bin/asset_stream_manager/asset_stream_manager.exe artifacts
|
||||
cp LICENSE artifacts
|
||||
cp README.md artifacts
|
||||
|
||||
Reference in New Issue
Block a user