Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppVeyor: Update build environment and save artifacts #875

Merged
merged 13 commits into from
Jul 16, 2020
Merged
9 changes: 6 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

image: Visual Studio 2019
environment:
matrix:
- PYTHON: "C:\\Python36-x64"
PYTHON: "C:\\Python38-x64"

install:
- "set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
Expand All @@ -14,3 +13,7 @@ test_script:

after_test:
- "python setup.py build"
- 7z a meshroomWin64snapshot%APPVEYOR_PULL_REQUEST_HEAD_COMMIT%.zip ./build/*

artifacts:
- path: meshroomWin64*.zip
4 changes: 2 additions & 2 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# packaging
cx_Freeze==5.1.1
cx_Freeze

# testing
pytest
pytest