Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ on:
jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
platform:
- name: "Raspberry Pi"
makefile_path: "build/linux/rpi/makefile"
- name: "Banana Pi R4"
makefile_path: "build/linux/bpi/makefile"
- name: "Platform Mock Unittests"
makefile_path: "build/linux/mockplatform/makefile"
fail-fast: false

name: Build for ${{ matrix.platform.name }}
Expand Down Expand Up @@ -66,7 +68,9 @@ jobs:
mariadb-server \
gnupg \
file \
golang
golang \
libgtest-dev \
libgmock-dev

- name: Setup OneWiFi for ${{ matrix.platform.name }}
working-directory: easymesh_project/OneWifi
Expand All @@ -80,4 +84,4 @@ jobs:
- name: Build OneWiFi for ${{ matrix.platform.name }}
working-directory: easymesh_project/OneWifi
run: |
make -f ${{ matrix.platform.makefile_path }} all
make -f ${{ matrix.platform.makefile_path }} all
Loading
Loading