mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 12:43:52 +00:00
Fixing appveyor by using Python 3 (#425)
This commit is contained in:
parent
706b14fb14
commit
b1d8285db3
@ -6,9 +6,12 @@ branches:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- set PATH=C:\Python36;%PATH%
|
- py -3 --version
|
||||||
|
- set PATH=C:\Python38-x64;C:\Python38-x64\Scripts;%PATH%
|
||||||
- cmake --version
|
- cmake --version
|
||||||
- pip install conan
|
- python --version
|
||||||
|
- python -m pip --version
|
||||||
|
- python -m pip install conan
|
||||||
- conan user
|
- conan user
|
||||||
- conan --version
|
- conan --version
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user