Skip to content

Commit

Permalink
Add self-hosted runner on rpi.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Jun 7, 2024
1 parent f997afa commit b61b4fd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/raspberrypi-4-unit-tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: raspberrypi-4-unit-tests
on: [push]
jobs:
build:
runs-on: raspberrypi-4
steps:
- uses: actions/checkout@v2
- run: |
cd lib && ./configure --enable-neon --with-arch=armv7 && cd ..
make -j 4 -C lib
make -j 4 -C bin
make -j 4 -C test
make -C test test

0 comments on commit b61b4fd

Please sign in to comment.