Skip to content

test with all build flow, env #214

test with all build flow, env

test with all build flow, env #214

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: Build my artifact
runs-on: ubuntu-latest
steps:
- name: Maximize build space
uses: AdityaGarg8/[email protected]
with:
remove-android: 'true'
- name: Build
run: |
echo "Free space:"
df -h
- name: test
uses: addnab/docker-run-action@v3
with:
image: zephyrprojectrtos/ci:latest
env:
CMAKE_PREFIX_PATH: /opt/toolchains

Check failure on line 24 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 24, Col: 13): A mapping was not expected
run: |
echo Docker setup done
df -h
- name: Checkout
uses: actions/checkout@v4
with:
path: Arduino-Zephyr-API
- name: Initialize
working-directory: Arduino-Zephyr-API
run: |
uname -a
df -h
west init -m https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core.git
west update
git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
cp -r ArduinoCore-API/api modules/lib/Arduino-Zephyr-API/cores/arduino/.
- name: Build fade
working-directory: Arduino-Zephyr-API
run: |
west build -p -b arduino_nano_33_ble_sense samples/fade