mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-17 17:38:54 +00:00
11 lines
296 B
YAML
11 lines
296 B
YAML
![]() |
language: php
|
||
|
php:
|
||
|
- 5.4
|
||
|
before_script:
|
||
|
- mv `pwd` ../en
|
||
|
- cd ..
|
||
|
- git clone --depth=1 git://github.com/salathe/phpdoc-base.git doc-base
|
||
|
script:
|
||
|
- php doc-base/configure.php --enable-force-dom-save --enable-xml-details --disable-libxml-check --redirect-stderr-to-stdout --with-lang=en
|
||
|
|