mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
17 lines
542 B
YAML
17 lines
542 B
YAML
name: Verify generated files are up to date
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- shell: bash
|
|
run: |
|
|
set -ex
|
|
[[ "$OSTYPE" == "darwin"* ]] && export PATH="$(brew --prefix)/opt/bison/bin:$PATH"
|
|
scripts/dev/credits
|
|
scripts/dev/genfiles
|
|
scripts/gdb/debug_gdb_scripts_gen.php
|
|
Zend/zend_vm_gen.php
|
|
ext/tokenizer/tokenizer_data_gen.php
|
|
build/gen_stub.php -f --generate-optimizer-info --verify
|
|
ext/phar/makestub.php
|
|
.github/scripts/test-directory-unchanged.sh .
|