forked from soullivaneuh/IsoCodesValidator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
38 lines (31 loc) · 1.04 KB
/
appveyor.yml
File metadata and controls
38 lines (31 loc) · 1.04 KB
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
build: false
shallow_clone: false
platform:
- x86
- x64
environment:
matrix:
- php: 5.6.17
- php: 7.0.4
- php: 7.1.11
matrix:
fast_finish: true
clone_folder: c:\projects\IsoCodesValidator
init:
- SET PATH=C:\Program Files\OpenSSL;c:\tools\php;%PATH%
install:
# Windows update service
- ps: Set-Service wuauserv -StartupType Manual
- cinst --params '""/InstallDir:C:\tools\php""' php --allow-empty-checksums -version %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
- echo extension=php_intl.dll >> php.ini
- echo extension=php_mbstring.dll >> php.ini
- appveyor DownloadFile https://getcomposer.org/composer.phar
- appveyor DownloadFile https://phar.phpunit.de/phpunit-5.7.phar
- cd c:\projects\IsoCodesValidator
- php c:\tools\php\composer.phar update --no-scripts --prefer-dist --no-interaction --no-progress
test_script: php c:\tools\php\phpunit-5.7.phar -c phpunit.xml.dist