diff --git a/appveyor.yml b/appveyor.yml index eaf1665..a5d851c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,13 +1,6 @@ # version format version: 1.0.{build} -branches: - only: - - master - - feat/appveyor-build - -skip_tags: true - environment: matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 @@ -16,6 +9,9 @@ environment: stack: python %PYTHON% +cache: + - C:\Users\appveyor\.conan\data -> appveyor.yml + install: - cmd: echo "Downloading conan..." - cmd: set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH% @@ -31,8 +27,20 @@ build_script: - cmd: conan build -bf build . - cmd: move build\Release\FBX2glTF.exe build\Release\FBX2glTF-windows-x64.exe +test: off + artifacts: - path: build/Release/FBX2glTF-windows-x64.exe -test: off -deploy: off +deploy: + tag: $(APPVEYOR_REPO_TAG_NAME) + description: '' + provider: GitHub + auth_token: + secure: OSvhQP0O9uaH+OFOJpbGiiBMRTOJ+H/VJHqVBhq39RNDnOfUEr/yjJNKh3JSdNqj + artifact: build/Release/FBX2glTF-windows-x64.exe + draft: true + prerelease: true + on: + branch: master + APPVEYOR_REPO_TAG: true