Skip to content

Commit bf6b2ad

Browse files
committed
fix: ci
1 parent efffce3 commit bf6b2ad

16 files changed

Lines changed: 10 additions & 1010 deletions

File tree

.codacy.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/workflows/RefactoringMSBuild.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,18 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
version: [ 'r23', '2024' ]
28+
version: [ '2024' ]
2929

3030
steps:
3131
- uses: actions/checkout@v3
3232

3333
- name: Add MSBuild to PATH
3434
uses: microsoft/setup-msbuild@v1.0.2
3535

36+
- name: Run init.bat
37+
run: ./init.bat
38+
shell: cmd
39+
3640
- name: Build
3741
working-directory: ${{env.GITHUB_WORKSPACE}}
3842
# Add additional options to the MSBuild command line here (like platform or verbosity level).

.github/workflows/code_quality.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
[submodule "setup"]
88
path = setup
99
url = https://github.com/AiMiDi/C4D_Plugin_Setup.git
10-
[submodule "dependency/saba"]
11-
path = dependency/saba
12-
url = https://github.com/AiMiDi/saba.git
10+
[submodule "dependency/libMMD"]
11+
path = dependency/libMMD
12+
url = https://github.com/AiMiDi/libMMD.git

dependency/libMMD

Submodule libMMD added at 06dc8b8

dependency/saba

Lines changed: 0 additions & 1 deletion
This file was deleted.

init.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cmake --install . --config Debug --prefix ../../install
3838
cmake --build . --config Release -j
3939
cmake --install . --config Release --prefix ../../install
4040
cd ../..
41-
cd ./saba
41+
cd ./libMMD
4242
mkdir build
4343
cd build
4444
cmake .. -G "Ninja Multi-Config" -D CMAKE_DEBUG_POSTFIX="_Debug" -D CMAKE_INSTALL_PREFIX="../../install" -D LIBMMD_BULLET_ROOT="../../install" -D LIBMMD_ENABLE_TEST=off -D LIBMMD_INSTALL=on

sdk_2024/plugins/project/.idea/.idea.plugins/.idea/.gitignore

Lines changed: 0 additions & 13 deletions
This file was deleted.

sdk_2024/plugins/project/.idea/.idea.plugins/.idea/.name

Lines changed: 0 additions & 1 deletion
This file was deleted.

sdk_2024/plugins/project/.idea/.idea.plugins/.idea/copilotDiffState.xml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)