conan inline does not support connan version 2.0
This commit is contained in:
parent
c5b6eaecea
commit
2d220181e8
|
@ -9,7 +9,7 @@ tasks:
|
||||||
python3 -m venv /workspace/venv
|
python3 -m venv /workspace/venv
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
source /workspace/venv/bin/activate
|
source /workspace/venv/bin/activate
|
||||||
pip install conan
|
pip install conan==1.59
|
||||||
command: |
|
command: |
|
||||||
source /workspace/venv/bin/activate
|
source /workspace/venv/bin/activate
|
||||||
cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON
|
cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON
|
||||||
|
@ -18,3 +18,5 @@ vscode:
|
||||||
extensions:
|
extensions:
|
||||||
- ms-python.python
|
- ms-python.python
|
||||||
- webfreak.debug
|
- webfreak.debug
|
||||||
|
- twxs.cmake
|
||||||
|
- ms-vscode.cmake-tools
|
||||||
|
|
Loading…
Reference in New Issue