|
@@ -33,6 +33,8 @@ cache:
|
|
install:
|
|
install:
|
|
- 'git submodule update --init --recursive'
|
|
- 'git submodule update --init --recursive'
|
|
- '%CYG_ROOT%/bin/bash -lc "echo initialize"'
|
|
- '%CYG_ROOT%/bin/bash -lc "echo initialize"'
|
|
|
|
+ # http://help.appveyor.com/discussions/problems/5616-not-able-to-build-due-to-problem-in-chocolateyinstallps1
|
|
|
|
+ - ps: Set-Service wuauserv -StartupType Manual
|
|
- choco install curl
|
|
- choco install curl
|
|
# Install ocaml
|
|
# Install ocaml
|
|
- curl -fsSL -o cygwin-setup.exe --retry 3 https://cygwin.com/setup-x86_64.exe
|
|
- curl -fsSL -o cygwin-setup.exe --retry 3 https://cygwin.com/setup-x86_64.exe
|
|
@@ -46,7 +48,7 @@ install:
|
|
- '%CYG_ROOT%/bin/bash -lc "opam install camlp4 --yes"'
|
|
- '%CYG_ROOT%/bin/bash -lc "opam install camlp4 --yes"'
|
|
# Install neko
|
|
# Install neko
|
|
- choco install neko --prerelease --ignore-dependencies -s 'https://ci.appveyor.com/nuget/neko' -y
|
|
- choco install neko --prerelease --ignore-dependencies -s 'https://ci.appveyor.com/nuget/neko' -y
|
|
- - choco install chocolatey-core.extension php --ignore-dependencies -y
|
|
|
|
|
|
+ - choco install php --version 7.1.8 -y
|
|
- choco install nsis.portable
|
|
- choco install nsis.portable
|
|
- choco install wget
|
|
- choco install wget
|
|
- echo extension=php_mysqli.dll >> C:\tools\php71\php.ini
|
|
- echo extension=php_mysqli.dll >> C:\tools\php71\php.ini
|