mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:30:05 +00:00
Fix mkdir usage and output directory in ci.yml
This commit is contained in:
parent
c74a56206c
commit
6b3149fbce
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -139,18 +139,19 @@ 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
|
||||||
mkdir -p build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
mkdir conan
|
||||||
conan install ../source/ `
|
conan install ../source/ `
|
||||||
--remote conancenter `
|
--remote conancenter `
|
||||||
--build missing `
|
--build missing `
|
||||||
--profile:all ${{ matrix.conan_profile }} `
|
--profile:all ${{ matrix.conan_profile }} `
|
||||||
|
--output-folder ./conan/ `
|
||||||
${{ matrix.conan_package_manager }}
|
${{ matrix.conan_package_manager }}
|
||||||
|
|
||||||
- name: Build Supercell Wx
|
- name: Build Supercell Wx
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
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