Skip to content

Commit 721f405

Browse files
authored
Remove Make and MSBuild build files (#258)
1 parent 955cb0c commit 721f405

File tree

436 files changed

+4
-37675
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

436 files changed

+4
-37675
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@ jobs:
6868
working_directory: ice
6969
build_flags: ${{ runner.os == 'Windows' && '/t:BuildDist' || 'srcs' }}
7070

71-
- name: Publish C++ NuGet Packages on ${{ matrix.os }}
72-
timeout-minutes: 5
73-
working-directory: ice/cpp/msbuild
74-
run: msbuild ice.proj /t:Publish
75-
if: runner.os == 'Windows'
76-
7771
- name: Publish C# NuGet Packages on ${{ matrix.os }}
7872
timeout-minutes: 5
7973
working-directory: ice/csharp/msbuild

.github/workflows/cpp.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,11 @@ jobs:
7777
- name: Build C++ Demos
7878
timeout-minutes: 30
7979
working-directory: ice-demos/cpp
80-
run: bear -- make
80+
env:
81+
CMAKE_EXPORT_COMPILE_COMMANDS: 1
82+
run: find . -name CMakeLists.txt -execdir cmake -B build -S . \; -execdir cmake --build build --config Release \;
8183

8284
- name: Run Clang Tidy
8385
working-directory: ice-demos/cpp
8486
run: |
85-
run-clang-tidy-19 -j$(nproc) -quiet
87+
find . -name compile_commands.json -execdir run-clang-tidy-19 -j$(nproc) -quiet \;

cpp/C++ demos.sln

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

cpp/Chat/client/Makefile.mk

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

cpp/Chat/client/msbuild/chatgl2client/chatgl2client.vcxproj

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

cpp/Chat/client/msbuild/chatgl2client/chatgl2client.vcxproj.filters

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

cpp/Chat/client/msbuild/chatgl2client/chatgl2client.vcxproj.user

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

cpp/Chat/client/msbuild/chatgl2client/packages.config

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

0 commit comments

Comments
 (0)