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