Skip to content

Commit

Permalink
Remove Make and MSBuild build files (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
externl authored Feb 5, 2025
1 parent 955cb0c commit 721f405
Show file tree
Hide file tree
Showing 436 changed files with 4 additions and 37,675 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ jobs:
working_directory: ice
build_flags: ${{ runner.os == 'Windows' && '/t:BuildDist' || 'srcs' }}

- name: Publish C++ NuGet Packages on ${{ matrix.os }}
timeout-minutes: 5
working-directory: ice/cpp/msbuild
run: msbuild ice.proj /t:Publish
if: runner.os == 'Windows'

- name: Publish C# NuGet Packages on ${{ matrix.os }}
timeout-minutes: 5
working-directory: ice/csharp/msbuild
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,11 @@ jobs:
- name: Build C++ Demos
timeout-minutes: 30
working-directory: ice-demos/cpp
run: bear -- make
env:
CMAKE_EXPORT_COMPILE_COMMANDS: 1
run: find . -name CMakeLists.txt -execdir cmake -B build -S . \; -execdir cmake --build build --config Release \;

- name: Run Clang Tidy
working-directory: ice-demos/cpp
run: |
run-clang-tidy-19 -j$(nproc) -quiet
find . -name compile_commands.json -execdir run-clang-tidy-19 -j$(nproc) -quiet \;
1,437 changes: 0 additions & 1,437 deletions cpp/C++ demos.sln

This file was deleted.

9 changes: 0 additions & 9 deletions cpp/Chat/client/Makefile.mk

This file was deleted.

275 changes: 0 additions & 275 deletions cpp/Chat/client/msbuild/chatgl2client/chatgl2client.vcxproj

This file was deleted.

129 changes: 0 additions & 129 deletions cpp/Chat/client/msbuild/chatgl2client/chatgl2client.vcxproj.filters

This file was deleted.

19 changes: 0 additions & 19 deletions cpp/Chat/client/msbuild/chatgl2client/chatgl2client.vcxproj.user

This file was deleted.

5 changes: 0 additions & 5 deletions cpp/Chat/client/msbuild/chatgl2client/packages.config

This file was deleted.

Loading

0 comments on commit 721f405

Please sign in to comment.