From 6eb9d005211ab83e5b90a3a92c2d4d998992237e Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Sun, 2 Apr 2017 19:01:11 +0200 Subject: [PATCH] appveyor test 8 --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 1f28721d..94e79165 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -8,7 +8,7 @@ image: Visual Studio 2015 # clone directory clone_folder: c:\projects\vcglib # build Configuration, i.e. Debug, Release, etc. -configuration: Release +#configuration: Release install: - set QTDIR=C:\Qt\5.8\msvc2015_64 @@ -18,5 +18,5 @@ install: # to run your custom scripts instead of automatic MSBuild build_script: - cd apps/tridecimator - - qmake -d -tp vc + - qmake -tp vc - msbuild \ No newline at end of file