Lines Matching refs:matrix
113 matrix:
146 …name: "LINUX_X64${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && '…
147 runs-on: ubuntu-${{ matrix.asan && inputs.asan_ubuntu_version || inputs.ubuntu_version }}
158 asan: ${{ matrix.asan && 'true' || 'false' }}
171 ${{ matrix.configuration_parameters }}
172 --${{ matrix.debug && 'enable' || 'disable' }}-debug
173 --${{ matrix.zts && 'enable' || 'disable' }}-zts
174 asan: ${{ matrix.asan && 'true' || 'false' }}
185 ${{ matrix.run_tests_parameters }}
186 idleCpu: ${{ matrix.asan && 'true' || 'false' }}
192 ${{ matrix.run_tests_parameters }}
199 ${{ matrix.run_tests_parameters }}
205 if: matrix.test_function_jit
210 ${{ matrix.run_tests_parameters }}
223 matrix:
226 … name: "LINUX_X32_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
257 --${{ matrix.debug && 'enable' || 'disable' }}-debug
258 --${{ matrix.zts && 'enable' || 'disable' }}-zts
267 ${{ matrix.run_tests_parameters }}
273 ${{ matrix.run_tests_parameters }}
280 ${{ matrix.run_tests_parameters }}
288 ${{ matrix.run_tests_parameters }}
299 matrix:
305 …name: "MACOS_${{ matrix.os == '13' && 'X64' || 'ARM64' }}_${{ matrix.debug && 'DEBUG' || 'RELEASE'…
306 runs-on: macos-${{ matrix.os }}
318 --${{ matrix.debug && 'enable' || 'disable' }}-debug
319 --${{ matrix.zts && 'enable' || 'disable' }}-zts
329 if: matrix.os != '14' || !matrix.zts
343 if: matrix.os != '14' || !matrix.zts
426 matrix:
430 name: "COMMUNITY_${{ matrix.type }}"
450 …${{ matrix.type == 'asan' && '--enable-debug CFLAGS="-fsanitize=undefined,address -fno-sanitize-re…
451 … ${{ matrix.type == 'verify_type_inference' && 'CFLAGS="-DZEND_VERIFY_TYPE_INFERENCE -O2"' || '' }}
473 if: matrix.type != 'verify_type_inference'
948 matrix:
956 name: "WINDOWS_${{ matrix.x64 && 'X64' || 'X86' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
964 PLATFORM: ${{ matrix.x64 && 'x64' || 'x86' }}
965 THREAD_SAFE: "${{ matrix.zts && '1' || '0' }}"
966 INTRINSICS: "${{ matrix.zts && 'AVX2' || '' }}"
968 OPCACHE: "${{ matrix.opcache && '1' || '0' }}"