From 4e2413f0ae596fcdaee6fadb4f354e63fb3711d7 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Sun, 2 Apr 2017 18:19:36 +0200 Subject: [PATCH] appveyor test 6 --- .appveyor.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 416828e3..994df8d9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -10,12 +10,12 @@ clone_folder: c:\projects\vcglib # build Configuration, i.e. Debug, Release, etc. configuration: Release -# scripts to run before build -before_build: - ps: cd apps/tridecimator - +install: + - set QTDIR=C:\Qt\5.8\msvc2015_64 + - set PATH=%PATH%;%QTDIR%\bin;C:\MinGW\bin # to run your custom scripts instead of automatic MSBuild build_script: - - ps: qmake - - ps: msbuild \ No newline at end of file + - cd apps/tridecimator + - qmake + - msbuild \ No newline at end of file