Skip to content

Commit ca19958

Browse files
theofidrypadraic
authored andcommitted
Fix AppVeyor builds (#82)
* Fix AppVeyor builds * Install make with chocolatey * Remove lower 7.1 dep
1 parent c435fb4 commit ca19958

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

appveyor.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
build: false
22
platform:
33
- x64
4-
clone_folder: c:\projects\webmozart\php-scoper
4+
clone_folder: c:\projects\humbug\php-scoper
55

66
branches:
77
only:
@@ -13,8 +13,6 @@ environment:
1313
php_ver_target: 7.0
1414
- dependencies: highest
1515
php_ver_target: 7.1
16-
- dependencies: lowest
17-
php_ver_target: 7.1
1816

1917
cache: # cache is cleared when linked file is modified
2018
- '%LOCALAPPDATA%\Composer\files -> composer.lock'
@@ -30,6 +28,7 @@ init:
3028
- SET ANSICON=121x90 (121x90)
3129

3230
install:
31+
- ps: choco install make
3332
- IF EXIST c:\tools\php (SET PHP=0)
3433
# Enable Windows update service
3534
- ps: Set-Service wuauserv -StartupType Manual
@@ -46,12 +45,11 @@ install:
4645
- IF %PHP%==1 echo memory_limit=1G >> php.ini
4746
# Install composer and update per matrix
4847
- appveyor-retry appveyor DownloadFile https://getcomposer.org/composer.phar
49-
- cd c:\projects\webmozart\php-scoper
50-
- IF %dependencies%==lowest appveyor-retry composer update --no-suggest --no-interaction --no-progress --prefer-dist --prefer-lowest
51-
- IF %dependencies%==highest appveyor-retry composer update --no-suggest --no-interaction --no-progress --prefer-dist
48+
- cd c:\projects\humbug\php-scoper
49+
- appveyor-retry composer install --no-suggest --no-interaction --no-progress --prefer-dist
5250
- composer show
5351

5452

5553
test_script:
56-
- cd c:\projects\webmozart\php-scoper
54+
- cd c:\projects\humbug\php-scoper
5755
- make tu

0 commit comments

Comments
 (0)