Skip to content

Update to ebcl/sdk:1.1.1_preview_4 and zenoh:1.0.0-beta.2 #61

Update to ebcl/sdk:1.1.1_preview_4 and zenoh:1.0.0-beta.2

Update to ebcl/sdk:1.1.1_preview_4 and zenoh:1.0.0-beta.2 #61

Workflow file for this run

name: Main Branch CI example
on:
workflow_dispatch:
pull_request:
push:
branches: main
jobs:
test_on_target:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout zenoh
uses: actions/checkout@v4
with:
repository: eclipse-zenoh/zenoh
path: zenoh
ref: '1.0.0-alpha.6'
- name: test Zenoh
run: |
set -x
( cd zenoh && patch -p1 < ../zenoh-patch.diff )
sudo chown -R 1000 zenoh
time docker run \
-v $(realpath zenoh):/src \
-v $(realpath scripts):/scripts \
-e "CI_COMMAND=/scripts/run_ci.sh" \
ghcr.io/flba-eb/ebcl_cicd_template@sha256:abdf5c8e78ac53dc1f94022e68c72e5e5ceb6344c1ccad19995616366e9bc004