Skip to content

Commit

Permalink
Merge pull request #177 from DenisBiryukov91/dev/merge_main
Browse files Browse the repository at this point in the history
merge main
  • Loading branch information
milyin authored Aug 6, 2024
2 parents 648761b + 5722d8c commit 27c7d18
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches: ["**"]
schedule:
- cron: "0 6 * * 1-5"
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -51,7 +52,7 @@ jobs:
ctest --output-on-failure
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
# Artifact name
name: zenoh-cpp-${{ matrix.os }}
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ on:
type: string
description: Release number of zenoh-pico
required: false
branch:
type: string
description: Release branch
required: false

jobs:
tag:
Expand All @@ -53,6 +57,7 @@ jobs:
# However, we still need some placeholder version to test that the
# version can be reliably bumped.
version: ${{ inputs.version || '0.0.0' }}
branch: ${{ inputs.branch }}
github-token: ${{ secrets.BOT_TOKEN_WORKFLOW }}

- name: Clone this repository
Expand Down
2 changes: 1 addition & 1 deletion install/PackageConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if(_IMPORT_PREFIX STREQUAL "/")
endif()

set(_ZENOHCXX_BACKEND_FOUND FALSE)
add_library(zenohcxx INTERFACE)
add_library(zenohcxx INTERFACE IMPORTED)
target_include_directories(zenohcxx INTERFACE "${_IMPORT_PREFIX}/@CMAKE_INSTALL_INCLUDEDIR@")

# zenohcxx for zenohpico
Expand Down

0 comments on commit 27c7d18

Please sign in to comment.