mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-31 09:17:42 +00:00
20 lines
479 B
YAML
20 lines
479 B
YAML
language: php
|
|
|
|
php:
|
|
- 7.0
|
|
|
|
before_script:
|
|
- mkdir plugins
|
|
- curl -o DevTools.zip "https://jenkins.pmmp.io/job/PocketMine-MP%20DevTools/lastSuccessfulBuild/artifact/*zip*/artifacts.zip"
|
|
- unzip DevTools.zip
|
|
- mv archive/*.phar plugins
|
|
- pecl install channel://pecl.php.net/pthreads-3.1.6
|
|
- pecl install channel://pecl.php.net/weakref-0.3.2
|
|
- echo | pecl install channel://pecl.php.net/yaml-2.0.0
|
|
|
|
script:
|
|
- ./tests/lint.sh && ./tests/run.sh
|
|
|
|
notifications:
|
|
email: false
|