Skip to content

Commit

Permalink
Configure it properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Jun 7, 2024
1 parent b61b4fd commit 73d0d5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/raspberrypi-4-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ jobs:
runs-on: raspberrypi-4
steps:
- uses: actions/checkout@v2
- run: |
- name: configure & build
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
- name: tests
run: |
make -C test test

0 comments on commit 73d0d5f

Please sign in to comment.