Skip to content

Commit

Permalink
actions: Add Pi 5 support to libcamera-test
Browse files Browse the repository at this point in the history
Add Pi 5 builds and runs to the nightly tests.

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
  • Loading branch information
naushir committed Oct 19, 2023
1 parent ff7359f commit 68e4f0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/libcamera-apps-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

strategy:
matrix:
camera: [ imx219, imx477, imx708 ]
camera: [ imx219, imx477, imx708, pi5-imx708-imx477 ]

steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/libcamera-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: cd ${{env.LIBCAMERA_SRC_DIR}} && git log -1

- name: Setup meson
run: cd ${{env.LIBCAMERA_SRC_DIR}} && meson build -Dprefix=${{env.LIBCAMERA_INSTALL_DIR}} -Dpipelines=rpi/vc4 -Dtest=false
run: cd ${{env.LIBCAMERA_SRC_DIR}} && meson setup build -Dprefix=${{env.LIBCAMERA_INSTALL_DIR}} -Dpipelines=rpi/vc4,rpi/pisp -Dipas=rpi/vc4,rpi/pisp -Dpycamera=enabled -Dtest=false -Dbuildtype=${{env.BUILD_TYPE}} -Dlibpisp:default_library=static

- name: Build
run: cd ${{env.LIBCAMERA_SRC_DIR}}/build && ninja install
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

strategy:
matrix:
camera: [ imx219, imx477, imx708 ]
camera: [ imx219, imx477, imx708, pi5-imx708-imx477 ]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:

strategy:
matrix:
camera: [ imx219, imx477, imx708 ]
camera: [ imx219, imx477, imx708, pi5-imx708-imx477 ]

steps:
- name: Clean libcamera LKG
Expand All @@ -170,7 +170,7 @@ jobs:
run: tar -xvf build-artifacts-libcamera.tar -C ${{env.LIBCAMERA_SRC_DIR}}

- name: Setup meson
run: cd ${{env.LIBCAMERA_SRC_DIR}} && meson setup build -Dprefix=${{env.LIBCAMERA_LKG_DIR}} -Dpipelines=rpi/vc4 -Dtest=false --wipe
run: cd ${{env.LIBCAMERA_SRC_DIR}} && meson setup build -Dprefix=${{env.LIBCAMERA_LKG_DIR}} -Dpipelines=rpi/vc4,rpi/pisp -Dipas=rpi/vc4,rpi/pisp -Dpycamera=enabled -Dtest=false -Dlibpisp:default_library=static --wipe

- name: Build
run: cd ${{env.LIBCAMERA_SRC_DIR}}/build && ninja install
Expand Down

0 comments on commit 68e4f0e

Please sign in to comment.