From 69eefcb516b41b9d6b5597fba35c54d225eef7a4 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Thu, 19 Oct 2023 09:44:12 +0100 Subject: [PATCH] actions: Add Pi 5 support to libcamera-test Add Pi 5 builds and runs to the nightly tests. Signed-off-by: Naushir Patuck --- .github/workflows/libcamera-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/libcamera-test.yml b/.github/workflows/libcamera-test.yml index e8d2b853..528b5498 100644 --- a/.github/workflows/libcamera-test.yml +++ b/.github/workflows/libcamera-test.yml @@ -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}} - name: Build run: cd ${{env.LIBCAMERA_SRC_DIR}}/build && ninja install @@ -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 --wipe - name: Build run: cd ${{env.LIBCAMERA_SRC_DIR}}/build && ninja install