summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml12
1 files changed, 2 insertions, 10 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index bc1e80f..cedcffd 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -12,19 +12,11 @@ configuration:
install:
# Setup the build toolchains.
- '%QTDIR%\bin\qtenv2.bat'
- - qmake -v
- - if %QTDIR:_64=%==%QTDIR% ( set ARCH=x86 ) else set ARCH=x64
- - if %QTDIR:msvc=%==%QTDIR% g++ --version
- - if %QTDIR:msvc=%==%QTDIR% set make=mingw32-make.exe
- - if %QTDIR:msvc=%==%QTDIR% %make% --version
- - if not %QTDIR:msvc2013=%==%QTDIR% call "%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" %ARCH%
- - if not %QTDIR:msvc2015=%==%QTDIR% call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %ARCH%
- - if not %QTDIR:msvc=%==%QTDIR% set make=nmake.exe
- - if not %QTDIR:msvc=%==%QTDIR% %make% /? > nul
+ - call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64
build_script:
- qmake -v
- qmake -r
- - '%make%'
+ - nmake.exe