mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:20:05 +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 `
|
||||
./source/tools/conan/profiles/${{ matrix.conan_profile }} `
|
||||
-tf profiles
|
||||
conan install ./source/ `
|
||||
mkdir -p build
|
||||
cd build
|
||||
conan install ../source/ `
|
||||
--remote conancenter `
|
||||
--build missing `
|
||||
--profile:all ${{ matrix.conan_profile }}
|
||||
--profile:all ${{ matrix.conan_profile }} `
|
||||
${{ matrix.conan_package_manager }}
|
||||
|
||||
- name: Build Supercell Wx
|
||||
shell: pwsh
|
||||
run: |
|
||||
mkdir build
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake ../source/ `
|
||||
-G Ninja `
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue