mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 03:30:05 +00:00
Setup python environment for CI, run build using bash
This commit is contained in:
parent
5e537e8c4d
commit
c111e6b6bc
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -59,7 +59,13 @@ jobs:
|
||||||
toolset: ${{ matrix.msvc_toolset }}
|
toolset: ${{ matrix.msvc_toolset }}
|
||||||
vsversion: ${{ matrix.msvc_version }}
|
vsversion: ${{ matrix.msvc_version }}
|
||||||
|
|
||||||
|
- name: Setup Python Environment
|
||||||
|
run: |
|
||||||
|
pip install conan geopandas
|
||||||
|
conan profile new default --detect
|
||||||
|
|
||||||
- name: Build Supercell Wx
|
- name: Build Supercell Wx
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue