Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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