Add opencv to linux CI and specify which modules we want to use

This commit is contained in:
Zion Nimchuk
2025-02-23 21:29:21 -08:00
committed by Megamouse
parent b08273b127
commit 807c5e2240
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -38,13 +38,13 @@ jobs:
displayName: ccache
- bash: |
docker pull --quiet rpcs3/rpcs3-ci-jammy:1.0
docker pull --quiet rpcs3/rpcs3-ci-jammy:1.1
docker run \
-v $(pwd):/rpcs3 \
--env-file .ci/docker.env \
-v $CCACHE_DIR:/root/.ccache \
-v $BUILD_ARTIFACTSTAGINGDIRECTORY:/root/artifacts \
rpcs3/rpcs3-ci-jammy:1.0 \
rpcs3/rpcs3-ci-jammy:1.1 \
/rpcs3/.ci/build-linux.sh
displayName: Docker setup and build