Skip to content

Commit

Permalink
Merge pull request #31 from gregmedd/releases/transport-zenoh/add-tag…
Browse files Browse the repository at this point in the history
…ged-rc-versions
  • Loading branch information
gregmedd authored Aug 16, 2024
2 parents 17ee855 + 1532f7b commit 5760532
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
run: |
conan create --version 1.0.0-rc0 --build=missing up-transport-zenoh-cpp/release
conan create --version 1.0.0-rc1 --build=missing up-transport-zenoh-cpp/release
conan create --version 1.0.0-rc2 --build=missing up-transport-zenoh-cpp/release
conan create --version 1.0.0-rc3 --build=missing up-transport-zenoh-cpp/release
- name: List conan packages
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ With Conan 2:
```
conan create --version 1.6.0-alpha2 --build=missing up-core-api/release/
conan create --version 1.0.1 --build=missing up-cpp/release/
conan create --version 1.0.0-rc1 --build=missing up-transport-zenoh-cpp/release/
conan create --version 1.0.0-rc3 --build=missing up-transport-zenoh-cpp/release/
```

## Building Developer Packages
Expand Down
25 changes: 25 additions & 0 deletions up-transport-zenoh-cpp/release/conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,28 @@
test-requirements:
gtest: "1.14.0"

1.0.0-rc2:
sources:
url: "https://github.com/eclipse-uprotocol/up-transport-zenoh-cpp/archive/refs/tags/v1.0.0-rc2.tar.gz"
sha256: "1c14562f67abe98d906b1207651c75bd650c06f55e50979d055fef5aa8f03bb7"
requirements:
zenohcpp: "1.0.0-rc5"
up-cpp: "1.0.1"
up-core-api: "1.6.0-alpha2"
spdlog: "1.13.0"
protobuf: "3.21.12"
test-requirements:
gtest: "1.14.0"

1.0.0-rc3:
sources:
url: "https://github.com/eclipse-uprotocol/up-transport-zenoh-cpp/archive/refs/tags/v1.0.0-rc3.tar.gz"
sha256: "c8583490c74d48bd9dc4f76d686a8203920ad045a1bcafa45e509184153d9b73"
requirements:
zenohcpp: "1.0.0-rc5"
up-cpp: "1.0.1"
up-core-api: "1.6.0-alpha2"
spdlog: "1.13.0"
protobuf: "3.21.12"
test-requirements:
gtest: "1.14.0"

0 comments on commit 5760532

Please sign in to comment.