mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 13:43:00 +00:00
15 lines
282 B
YAML
15 lines
282 B
YAML
|
---
|
||
|
build: false
|
||
|
|
||
|
install:
|
||
|
- ps: Set-Service wuauserv -StartupType Manual
|
||
|
- choco install php
|
||
|
- choco install capture2text --version 3.9
|
||
|
- choco install composer
|
||
|
- refreshenv
|
||
|
- cd %APPVEYOR_BUILD_FOLDER%
|
||
|
- composer install
|
||
|
|
||
|
test_script:
|
||
|
- php tests\run.php unit e2e
|