Add QA script to CI

This commit is contained in:
George Peter Banyard 2021-06-01 00:23:14 +01:00
parent ebbc2cff0f
commit 68a99896d6

View file

@ -39,5 +39,8 @@ jobs:
path: "doc-base"
repository: "php/doc-base"
- name: "Quality Assurance scripts"
run: "php8.0 doc-base/scripts/qa/extensions.xml.php --check"
- name: "Build documentation for ${{ matrix.language }}"
run: "php8.0 doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=${{ matrix.language }}"