-
-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathappveyor.yml
More file actions
24 lines (23 loc) · 750 Bytes
/
appveyor.yml
File metadata and controls
24 lines (23 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
platform: 'x86'
build: off
clone_folder: C:\projects\random\customer\magento
environment:
COMPOSER_NO_INTERACTION: 1
cache:
- C:\Users\appveyor\AppData\Roaming\Composer
install:
- cinst OpenSSL.Light
- SET PATH=C:\Program Files\OpenSSL;%PATH%
- cinst php
- cd c:\tools\php
- copy php.ini-production php.ini
- echo date.timezone="UTC" >> php.ini
- echo extension_dir=ext >> php.ini
- echo extension=php_openssl.dll >> php.ini
- SET PATH=C:\tools\php;%PATH%
- cd C:\projects\random\customer\magento
- php -r "readfile('http://getcomposer.org/installer');" | php
- php composer.phar install --prefer-dist --no-interaction
test_script:
- cd C:\projects\random\customer\magento
- vendor\bin\phpunit.bat --testsuite Unit