mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Convert imgui to git submodule (shallow)
This commit is contained in:
parent
5a2cb48b89
commit
37afbf8ba2
4 changed files with 15 additions and 15 deletions
22
.github/workflows/build.yml
vendored
22
.github/workflows/build.yml
vendored
|
|
@ -24,9 +24,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Clone ImGui
|
||||
run: git clone --depth 1 https://github.com/ocornut/imgui.git extern/imgui
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Cache apt packages
|
||||
uses: actions/cache@v4
|
||||
|
|
@ -84,9 +83,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Clone ImGui
|
||||
run: git clone --depth 1 https://github.com/ocornut/imgui.git extern/imgui
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
@ -165,6 +163,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Set up MSYS2
|
||||
uses: msys2/setup-msys2@v2
|
||||
|
|
@ -184,10 +184,6 @@ jobs:
|
|||
mingw-w64-clang-aarch64-ffmpeg
|
||||
git
|
||||
|
||||
- name: Clone ImGui
|
||||
shell: msys2 {0}
|
||||
run: git clone --depth 1 https://github.com/ocornut/imgui.git extern/imgui
|
||||
|
||||
- name: Configure
|
||||
shell: msys2 {0}
|
||||
run: cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
|
||||
|
|
@ -221,6 +217,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Set up MSYS2
|
||||
uses: msys2/setup-msys2@v2
|
||||
|
|
@ -242,10 +240,6 @@ jobs:
|
|||
mingw-w64-x86_64-nsis
|
||||
git
|
||||
|
||||
- name: Clone ImGui
|
||||
shell: msys2 {0}
|
||||
run: git clone --depth 1 https://github.com/ocornut/imgui.git extern/imgui
|
||||
|
||||
- name: Configure
|
||||
shell: msys2 {0}
|
||||
run: cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue