From 9df71dd5644a53f3e659dfb87c6c1f3a753dae9a Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Sun, 2 Apr 2017 19:25:01 +0200 Subject: [PATCH] appveyor test final : building all the samples --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 33ca00da..f378c89d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -10,7 +10,7 @@ clone_folder: c:\projects\vcglib # Build Configuration, i.e. Debug, Release, etc. configuration: - release - - debug +# - debug environment: matrix: @@ -51,9 +51,9 @@ build_script: # Go to clone directory - cd %APPVEYOR_BUILD_FOLDER% - cd apps - - cd tridecimator + - cd sample # Run qmake - - qmake tridecimator.pro -r -spec %SPEC% "CONFIG+=%CONFIGURATION%" + - qmake sample.pro -r -spec %SPEC% "CONFIG+=%CONFIGURATION%" # Run compiler #- '%COMPILER%' - call %COMPILER%