forked from willdurand/Negotiation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
43 lines (26 loc) · 939 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
version: '{build}'
clone_folder: c:\projects\willdurand\negotiation
cache: '%LOCALAPPDATA%\Composer\files'
build: off
init:
- cmd: SET PATH=C:\Program Files\OpenSSL;c:\tools\php;c:\tools\php80;%PATH%
install:
- cmd: >-
powershell.exe Set-Service wuauserv -StartupType Manual
cinst -y OpenSSL.Light
cinst -y php
cd c:\tools\php80
copy php.ini-production php.ini /Y
echo date.timezone="UTC" >> php.ini
echo extension_dir=ext >> php.ini
echo extension=php_openssl.dll >> php.ini
echo extension=php_mbstring.dll >> php.ini
echo extension=php_fileinfo.dll >> php.ini
echo memory_limit=1G >> php.ini
cd c:\projects\willdurand\negotiation
php -r "readfile('http://getcomposer.org/installer');" | php
php composer.phar update --no-interaction --no-progress
test_script:
- cmd: >-
cd c:\projects\willdurand\negotiation
php composer.phar exec simple-phpunit --verbose