From 8fd90a142faef052e5bf1a9cdecf863a85086960 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Sun, 2 Apr 2017 18:58:29 +0200 Subject: [PATCH] appveyor test 7 --- .appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 994df8d9..1f28721d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,10 +12,11 @@ configuration: Release install: - set QTDIR=C:\Qt\5.8\msvc2015_64 - - set PATH=%PATH%;%QTDIR%\bin;C:\MinGW\bin + - set PATH=%PATH%;%QTDIR%\bin + - set QMAKESPEC=win32-msvc2015 # to run your custom scripts instead of automatic MSBuild build_script: - cd apps/tridecimator - - qmake + - qmake -d -tp vc - msbuild \ No newline at end of file