Skip to content

Reduce visibility of minizip, to workaround header file issues. #230

Reduce visibility of minizip, to workaround header file issues.

Reduce visibility of minizip, to workaround header file issues. #230

Workflow file for this run

name: build
on:
push:
pull_request:
workflow_run:
# Use a workflow as a trigger of scheduled builds. Forked repositories can disable scheduled builds by disabling
# "scheduled" workflow, while maintaining ability to perform local CI builds.
workflows:
- scheduled
branches:
- master
- docking
types:
- requested
jobs:
Linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get -y install $(cat source/linux/raspbian.list.txt)
- name: Build
run: |
cmake -S . -B build
cmake --build build