Testing submodule.
Some checks failed
Build & Release / Linux-AMD64-Build (push) Failing after 4s
Build & Release / Linux-AARCH64-Build (push) Failing after 7s
Build & Release / Windows-AMD64-Build (push) Failing after 9s

This commit is contained in:
2025-03-28 23:53:39 -07:00
parent d81bcbd4ae
commit eac2857db0
3 changed files with 33 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ jobs:
- name: Building/Compiling/Installing Project
run: |
cd ${{ gitea.workspace }}
git pull --recurse-submodules
cmake -A x64 -DCMAKE_BUILD_TYPE=Release --preset=default .
cd build
cmake --build . --config Release
@@ -55,6 +56,7 @@ jobs:
- name: Building/Compiling/Installing Project
run: |
cd ${{ gitea.workspace }}
git pull --recurse-submodules
cmake -DCMAKE_BUILD_TYPE=Release .
cmake --build . --config Release
@@ -85,6 +87,7 @@ jobs:
- name: Building/Compiling/Installing Project
run: |
cd ${{ gitea.workspace }}
git pull --recurse-submodules
cmake -DCMAKE_BUILD_TYPE=Release .
cmake --build . --config Release