summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-10-18 07:58:30 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-10-18 07:58:30 +0200
commit3c45f454bb8d65bb11f1c9c56dc1796f3793acc7 (patch)
tree1a8d143ef121ccca62e2e96d0676f07bcbd7f112
parent853831aefef16ef566fc8906214a6465873b97e8 (diff)
simplified
-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