We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35ef848 + 9b3bebe commit c96eea7Copy full SHA for c96eea7
.github/workflows/main.yml
@@ -69,6 +69,7 @@ jobs:
69
run: docker run --rm --privileged multiarch/qemu-user-static:register --reset
70
if: matrix.config.qemu == true
71
- name: Build and test
72
+ env: ${{ matrix.config.env }}
73
run: |
74
if [ -n "${{ matrix.config.container }}" ]; then
75
docker run -v $(pwd):/src -w /src -e CC -e CMAKE_GENERATOR -e CMAKE_OPTIONS -e PKG_CONFIG_PATH -e SKIP_SSH_TESTS -e SKIP_NEGOTIATE_TESTS ${{ matrix.config.container }} /bin/bash -c "mkdir build && cd build && ../ci/build.sh && ../ci/test.sh"
0 commit comments