AppVeyor 3.0.5
Install-Product node ''
to switch to the latest 2.x io.js version.There are build worker images available from previous deployment. You can use them in case of any issues with the current images:
Previous Windows Server 2012 R2
Previous Unstable
Previous Visual Studio 2014 CTP4
Previous Visual Studio 2015 CTP
Previous Visual Studio 2015 CTP 6
Previous Visual Studio 2015 Preview
Previous MinGW
You can select build worker image in OS dropdown on Environment tab of project settings or if you use appveyor.yml
:
os: Previous Windows Server 2012 R2
Note to “Pro” customers: Whenever custom build worker image is chosen the build will run on Azure, so there is about 3-4 minutes delay before build starts to provision build worker virtual machine.
AppVeyor 2.6.4
Windows Server 2012 R2
) - see sections below for details:Install-Product node ''
to switch to the latest 2.x io.js version.Install-Product node '0'
to switch to the latest 0.12.x Node.js version.MinGW/MSYS 4.8.2 32-bit has been installed to Default Azure and Pro images (Windows Server 2012 R2
).
The following packages were installed:
mingw-get
mingw-developer-toolkit
mingw32-base
mingw32-make
msys-base
gcc
g++
msys-rxvt
msys-unzip
msys-wget
msys-zip
C:\MinGW
C:\MinGW\bin
C:\MinGW\msys\1.0
Use C:\MinGW\bin\mingw-get install <package>
to install additional packages.
Cygwin has been installed to Default Azure and Pro images (Windows Server 2012 R2
).
Cygwin root folder: C:\cygwin
Installer downloaded from https://cygwin.com/setup-x86.exe and available as C:\cygwin\setup-x86.exe
Installed modules:
autoconf
automake
bison
gcc-core
gcc-g++
mingw-runtime
mingw-binutils
mingw-gcc-core
mingw-gcc-g++
mingw-pthreads
mingw-w32api
libtool
make
python
gettext-devel
gettext
intltool
libiconv
pkg-config
git
wget
curl
Installation command used:
C:\cygwin\setup-x86.exe -qnNdO -R C:/cygwin -s http://cygwin.mirror.constant.com -l C:/cygwin/var/cache/setup -P autoconf -P automake -P bison -P gcc-core -P gcc-g++ -P mingw-runtime -P mingw-binutils -P mingw-gcc-core -P mingw-gcc-g++ -P mingw-pthreads -P mingw-w32api -P libtool -P make -P python -P gettext-devel -P gettext -P intltool -P libiconv -P pkg-config -P git -P wget -P curl
Qt has been installed to Default Azure and Pro images (Windows Server 2012 R2
).
Online installer: http://download.qt.io/official_releases/online_installers/
Qt root folder: C:\Qt
Installed components:
C:\Qt\5.4
C:\Qt\5.4\mingw491_32
C:\Qt\5.4\msvc2013_64_opengl
C:\Qt\5.4\msvc2013_opengl
C:\Qt\5.3
C:\Qt\5.3\mingw482_32
C:\Qt\5.3\msvc2013_64_opengl
C:\Qt\5.3\msvc2013_opengl
C:\Qt\Tools\mingw482_32
C:\Qt\Tools\mingw491_32
There are build worker images available from previous deployment. You can use them in case of any issues with the current images:
Previous Windows Server 2012 R2
Previous Unstable
Previous Visual Studio 2014 CTP4
Previous Visual Studio 2015 CTP
Previous Visual Studio 2015 CTP 6
Previous Visual Studio 2015 Preview
Previous MinGW
You can select build worker image in OS dropdown on Environment tab of project settings or if you use appveyor.yml
:
os: Previous Windows Server 2012 R2
Note to “Pro” customers: Whenever custom build worker image is chosen the build will run on Azure, so there is about 3-4 minutes delay before build starts to provision build worker virtual machine.
AppVeyor 2.6.3
Visual Studio 2015 RC
image.Install-Product node ''
to switch to the latest 2.x io.js version.unstable
image.There are build worker images available from previous deployment. You can use them in case of any issues with the current images:
Previous Windows Server 2012 R2
Previous Unstable
Previous Visual Studio 2014 CTP4
Previous Visual Studio 2015 CTP
Previous Visual Studio 2015 CTP 6
Previous Visual Studio 2015 Preview
Previous MinGW
You can select build worker image in OS dropdown on Environment tab of project settings or if you use appveyor.yml
:
os: Previous Windows Server 2012 R2
Note to “Pro” customers: Whenever custom build worker image is chosen the build will run on Azure, so there is about 3-4 minutes delay before build starts to provision build worker virtual machine.
AppVeyor 2.6.1
C:\Ruby200
) with RubyGems 2.0.15C:\Ruby200-x64
) with RubyGems 2.0.15C:\Ruby21
) with RubyGems 2.2.3C:\Ruby21-x64
) with RubyGems 2.2.3C:\Ruby22
) with RubyGems 2.4.6C:\Ruby22-x64
) with RubyGems 2.4.6Bundler 1.9.5
is installed for all Ruby versionsThere is a new Visual Studio 2015 RC
build worker image available with Visual Studio Community 2015 RC
and Visual Studio 2015 SDK RC
.
You can select build worker image in OS dropdown on Environment tab of project settings or if you use appveyor.yml
:
os: Visual Studio 2015 RC
There are build worker images available from previous deployment. You can use them in case of any issues with the current images:
Previous Windows Server 2012 R2
Previous Unstable
Previous Visual Studio 2014 CTP4
Previous Visual Studio 2015 CTP
Previous Visual Studio 2015 CTP 6
Previous Visual Studio 2015 Preview
Previous MinGW
You can select build worker image in OS dropdown on Environment tab of project settings or if you use appveyor.yml
:
os: Previous Windows Server 2012 R2
Note to “Pro” customers: Whenever custom build worker image is chosen the build will run on Azure, so there is about 3-4 minutes delay before build starts to provision build worker virtual machine.
AppVeyor 2.6.0
io.js 1.6.4
, io.js 1.7.1
and io.js 1.8.1
both x86 and x64 added. Use Install-Product node 1
cmdlet to switch runtime to the latest io.js version.pip
is installed to all Python versions. To use pip
add set PATH=C:\<python-dir>\scripts;%PATH%
to your build script.virtualenv
package installed to all Python versions.There are build worker images available from previous deployment. You can use them in case of any issues with the current images:
Previous Windows Server 2012 R2
Previous Unstable
Previous Visual Studio 2014 CTP4
Previous Visual Studio 2015 CTP
Previous Visual Studio 2015 CTP 6
Previous Visual Studio 2015 Preview
Previous MinGW
You can select build worker image in OS dropdown on Environment tab of project settings or if you use appveyor.yml
:
os: Previous Windows Server 2012 R2
Note to “Pro” customers: Whenever custom build worker image is chosen the build will run on Azure, so there is about 3-4 minutes delay before build starts to provision build worker virtual machine.