mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:30:04 +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 }}
|
||||
vsversion: ${{ matrix.msvc_version }}
|
||||
|
||||
- name: Setup Python Environment
|
||||
run: |
|
||||
pip install conan geopandas
|
||||
conan profile new default --detect
|
||||
|
||||
- name: Build Supercell Wx
|
||||
shell: bash
|
||||
run: |
|
||||
mkdir build
|
||||
cd build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue