mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-12 01:18:52 +08:00
Add appveyor script file
This commit is contained in:
16
.appveyor.yml
Normal file
16
.appveyor.yml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
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 .
|
||||||
Reference in New Issue
Block a user