mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-07 12:58:54 +08:00
17 lines
474 B
YAML
17 lines
474 B
YAML
environment:
|
|
CONAN_RUN_TESTS: True
|
|
matrix:
|
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
|
PATH: C:\\Python37;C:\\Python37\Scripts;C:\Users\appveyor\AppData\Roaming\Python\Python37\Scripts;%PATH%
|
|
# - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
|
|
# PATH: /home/appveyor/.local/bin:$PATH
|
|
# - APPVEYOR_BUILD_WORKER_IMAGE: macOS
|
|
|
|
install:
|
|
- python --version
|
|
- python -m pip install conan --upgrade --user
|
|
- conan user
|
|
|
|
build_script:
|
|
- conan create .
|