aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index bb2231b..515e147 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -14,14 +14,6 @@ environment:
backend: vs2015
BOOST_ROOT: C:\Libraries\Boost_1_60_0
- - arch: x86
- compiler: msys2-mingw
- backend: ninja
-
- - arch: x64
- compiler: msys2-mingw
- backend: ninja
-
platform:
- x64
@@ -76,13 +68,6 @@ install:
# Set paths and config for each build type.
- cmd: if %compiler%==msvc2015 ( call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %arch% )
- cmd: if %compiler%==msvc2017 ( call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat" -arch=%arch% )
- # MinGW setup, lines are split to prevent "The input line is too long." error.
- - cmd: if %arch%==x86 ( set "PACMAN_ARCH=i686" ) else ( set "PACMAN_ARCH=x86_64" )
- - cmd: if %arch%==x86 ( set "PACMAN_BITS=32" ) else ( set "PACMAN_BITS=64" )
- - cmd: if %compiler%==msys2-mingw ( set "PATH=C:\msys64\mingw%PACMAN_BITS%\bin;%PATH%" )
- - cmd: if %compiler%==msys2-mingw ( set "MESON_PYTHON_PATH=C:\msys64\mingw%PACMAN_BITS%\bin" )
- - cmd: if %compiler%==msys2-mingw ( set "PYTHON=python3" )
- - cmd: if %compiler%==msys2-mingw ( C:\msys64\usr\bin\pacman -S --needed --noconfirm "mingw%PACMAN_BITS%/mingw-w64-%PACMAN_ARCH%-python3" "mingw%PACMAN_BITS%/mingw-w64-%PACMAN_ARCH%-python3-setuptools" )
- cmd: set "PATH=%cd%;%MESON_PYTHON_PATH%;%PATH%;"