Skip to content

Commit

Permalink
Fix AppVeyor Artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
thestr4ng3r committed Mar 13, 2019
1 parent 997dda6 commit 05a0039
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ image: 'Visual Studio 2017'
configuration:
- Release

environment:
ARTIFACT_PATH: cutter-deps-win.tar.gz
ARTIFACT_NAME: cutter-deps-win.tar.gz

build_script:
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
- C:\msys64\usr\bin\bash -lc "
Expand All @@ -15,11 +19,15 @@ build_script:
export LLVM_INSTALL_DIR=\"C:\Program Files\LLVM\" &&
make PYTHON_WINDOWS=\"C:\Python36-x64\" QT_PREFIX=\"C:\Qt\5.12.1\msvc2017_64\""

artifacts:
- path: "%ARTIFACT_PATH%"
name: "%ARTIFACT_NAME%"

deploy:
description: "cutter-deps"
provider: GitHub
auth_token:
secure: zMlNzVP9WsKDBhzIYyjRrrGwow232C6kivY7zG7Neu9XdbXqbPKFEQbb3XYSGZRQ
artifact: cutter-deps-win.tar.gz
artifact: "%ARTIFACT_PATH%"
on:
APPVEYOR_REPO_TAG: true

0 comments on commit 05a0039

Please sign in to comment.