Bump gcc to 11, shellcheck and SDL2 (#10324)

This commit is contained in:
Zion
2021-05-22 03:36:23 -07:00
committed by GitHub
parent 160b131de3
commit 18627960d7
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -35,13 +35,13 @@ jobs:
displayName: ccache
- bash: |
docker pull --quiet rpcs3/rpcs3-ci-bionic:1.0
docker pull --quiet rpcs3/rpcs3-ci-bionic: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-bionic:1.0 \
rpcs3/rpcs3-ci-bionic:1.1 \
/rpcs3/.ci/build-linux.sh
displayName: Docker setup and build