Welcome to mirror list, hosted at ThFree Co, Russian Federation.

appveyor.yml - github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 387267a8f533fefaed94fbdf2feb901f65ce2c58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
image: Visual Studio 2019
environment:
  PYTHON: "C:\\Python38-x64"

install:
  - "set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
  - "pip install -r requirements.txt -r dev_requirements.txt --timeout 45"

build: off

test_script:
  - "pytest tests/"

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

artifacts:
 - path: meshroomWin64*.zip