From 820052f85dc9a52cb1dfcf4b679f3e6fd4ea89bc Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Mon, 19 Feb 2018 08:41:46 +0100 Subject: [PATCH] finetune appveyor config (no translation, release) --- appveyor.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e8169d4a7..a65d5ba3b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,8 +10,8 @@ shallow_clone: true clone_folder: c:\projects\meshlab # Build Configuration, i.e. Debug, Release, etc. configuration: -# - release - - debug + - release +# - debug environment: matrix: @@ -48,7 +48,8 @@ before_build: # Show build folder - echo %APPVEYOR_BUILD_FOLDER% - echo %CONFIGURATION% - + - echo %ARCH% + artifacts: - path: distrib.zip @@ -78,7 +79,7 @@ build_script: - dir - cd src\distrib - dir - - windeployqt meshlab.exe + - windeployqt --no-translations meshlab.exe - dir - cd %APPVEYOR_BUILD_FOLDER% - 7z a distrib.zip src\distrib