Skip to content

Features/web installer #7

Features/web installer

Features/web installer #7

Workflow file for this run

name: Build snapcast
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
container:
image: espressif/idf:v5.1.1
volumes:
- $GITHUB_WORKSPACE:/project
- /dev:/dev
# options: --workdir /project
steps:
- run: echo $PWD && ls -al
- run: cd /project && echo $PWD && ls -al
- run: cp sdkconfig.hifi-esparagus sdkconfig
- run: build
- run: ls -al build