mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:10:06 +00:00
CI conan install fixes
This commit is contained in:
parent
01f790020e
commit
e61ac8814d
1 changed files with 5 additions and 3 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -139,16 +139,18 @@ jobs:
|
||||||
conan config install `
|
conan config install `
|
||||||
./source/tools/conan/profiles/${{ matrix.conan_profile }} `
|
./source/tools/conan/profiles/${{ matrix.conan_profile }} `
|
||||||
-tf profiles
|
-tf profiles
|
||||||
conan install ./source/ `
|
mkdir -p build
|
||||||
|
cd build
|
||||||
|
conan install ../source/ `
|
||||||
--remote conancenter `
|
--remote conancenter `
|
||||||
--build missing `
|
--build missing `
|
||||||
--profile:all ${{ matrix.conan_profile }}
|
--profile:all ${{ matrix.conan_profile }} `
|
||||||
${{ matrix.conan_package_manager }}
|
${{ matrix.conan_package_manager }}
|
||||||
|
|
||||||
- name: Build Supercell Wx
|
- name: Build Supercell Wx
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
cmake ../source/ `
|
cmake ../source/ `
|
||||||
-G Ninja `
|
-G Ninja `
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue