From 249209333cc40ed4832e6abb633bfb89aeeee62a Mon Sep 17 00:00:00 2001 From: zeffy Date: Wed, 29 Nov 2017 20:14:45 -0800 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index eaaf5b9..95d05e7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,7 @@ -version: 0.8.0.{build} +version: 1.0.0.{build} +branches: + only: + - master skip_commits: files: - '**/*.md' @@ -22,15 +25,15 @@ after_build: copy /Y "wufuc\bin\%CONFIGURATION%\%PLATFORM%\wufuc*.dll" "wufuc_setup_bat\" copy /Y "LICENSE" "wufuc_setup_bat\COPYING.txt" - + cd "%APPVEYOR_BUILD_FOLDER%\wufuc_setup_bat" for /R %%i in (*.txt) do unix2dos "%%i" - + for /R %%i in (*.bat) do unix2dos "%%i" - + 7z a "%BUILD_ZIPFILE%" "..\wufuc_setup_bat" - + 7z rn "%BUILD_ZIPFILE%" "wufuc_setup_bat" "%APPVEYOR_PROJECT_NAME%" artifacts: - path: '*.zip'