Skip to content

Commit

Permalink
ci: move completion script call on appveyor to build_script to be col…
Browse files Browse the repository at this point in the history
…lected as artifact (refs #1)
  • Loading branch information
swistakm committed Nov 3, 2016
1 parent ed3f8be commit 69dc8fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ build: off

build_script:
- "ci\\appveyor_build.cmd %PYTHON%/python.exe -m pip wheel . -w dist"
- python.exe ci/completion.py imgui/cimgui.pxd dist/completion.svg

on_success:
- if [%APPVEYOR_REPO_BRANCH%]==[master] (
python.exe -m pip install dropbox &&
python.exe ci/dropbox_upload.py &&
python.exe ci/completion.py imgui/cimgui.pxd dist/completion.svg)
python.exe ci/dropbox_upload.py)

artifacts:
- path: dist\*

0 comments on commit 69dc8fb

Please sign in to comment.