Skip to content

Scheduling Interface #107

Scheduling Interface

Scheduling Interface #107

Workflow file for this run

name: Posix examples
on:
pull_request:
jobs:
ci:
name: Build zephyr examples
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Build and run Posix examples
run: |
cd examples/posix
./buildAll.sh