mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
parent
ca5fe4030c
commit
469ad32581
1 changed files with 3 additions and 0 deletions
3
.github/workflows/push.yml
vendored
3
.github/workflows/push.yml
vendored
|
@ -41,6 +41,7 @@ env:
|
||||||
CXX: ccache g++
|
CXX: ccache g++
|
||||||
jobs:
|
jobs:
|
||||||
LINUX_X64:
|
LINUX_X64:
|
||||||
|
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -94,6 +95,7 @@ jobs:
|
||||||
- name: Verify generated files are up to date
|
- name: Verify generated files are up to date
|
||||||
uses: ./.github/actions/verify-generated-files
|
uses: ./.github/actions/verify-generated-files
|
||||||
MACOS_DEBUG_NTS:
|
MACOS_DEBUG_NTS:
|
||||||
|
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
|
||||||
runs-on: macos-12
|
runs-on: macos-12
|
||||||
steps:
|
steps:
|
||||||
- name: git checkout
|
- name: git checkout
|
||||||
|
@ -126,6 +128,7 @@ jobs:
|
||||||
- name: Verify generated files are up to date
|
- name: Verify generated files are up to date
|
||||||
uses: ./.github/actions/verify-generated-files
|
uses: ./.github/actions/verify-generated-files
|
||||||
WINDOWS:
|
WINDOWS:
|
||||||
|
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
|
||||||
name: WINDOWS_X64_ZTS
|
name: WINDOWS_X64_ZTS
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue