Skip to content

Commit a87bf4d

Browse files
committed
init
1 parent 0ec58d5 commit a87bf4d

4,239 files changed

Lines changed: 635 additions & 697221 deletions

File tree

Some content is hidden

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

.gitattributes

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

.github/preProcess/AvaloniaEnvConfig.csx

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

.github/workflows/build.yml

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@ jobs:
99
if: true
1010
runs-on: windows-latest
1111
steps:
12-
- uses: actions/checkout@v4
13-
- name: Setup .NET Core
14-
uses: actions/setup-dotnet@v4
15-
with:
16-
dotnet-version: 8.0.x
12+
- uses: actions/checkout@v4
13+
- name: Setup .NET Core
14+
uses: actions/setup-dotnet@v4
15+
with:
16+
dotnet-version: 8.0.x
1717

18-
19-
- name: Build Logic
20-
run: dotnet build "./logic/logic.sln" -c Release
18+
- name: Build Logic
19+
run: dotnet build "./logic/logic.sln" -c Release
2120

2221
dotnet-build-install:
2322
if: true
@@ -32,15 +31,15 @@ jobs:
3231
- name: Build Installer
3332
run: dotnet build "./installer/installer.sln" -c Release
3433

35-
# dotnet-build-playback:
36-
# if: true
37-
# runs-on: windows-latest
38-
# steps:
39-
# - uses: actions/checkout@v4
40-
# - name: Setup .NET Core
41-
# uses: actions/setup-dotnet@v4
42-
# with:
43-
# dotnet-version: 8.0.x
34+
dotnet-build-playback:
35+
if: true
36+
runs-on: windows-latest
37+
steps:
38+
- uses: actions/checkout@v4
39+
- name: Setup .NET Core
40+
uses: actions/setup-dotnet@v4
41+
with:
42+
dotnet-version: 8.0.x
4443

45-
# - name: Build Playback
46-
# - run: dotnet build "./playback/playback.sln" -c Release
44+
- name: Build Playback
45+
- run: dotnet build "./playback/playback.sln" -c Release

.github/workflows/debug.yml.disabled

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

.github/workflows/deploy.yml

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

.github/workflows/docker.yml

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

.github/workflows/format.yml

Lines changed: 27 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8,39 +8,35 @@ jobs:
88
clang-format-checking:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
12-
- uses: DoozyX/clang-format-lint-action@v0.20
13-
with:
14-
source: '.'
15-
extensions: 'c,h,C,H,cpp,hpp,cc,hh,c++,h++,cxx,hxx,i,ixx,ipp,i++'
16-
clangFormatVersion: 14
17-
exclude: './players ./CAPI/cpp/grpc/include ./CAPI/cpp/proto ./CAPI/cpp/tclap/include/tclap ./dependency/proto ./CAPI/cpp/spdlog/include/spdlog ./CAPI/cpp/fmt ./CAPI/cpp/API/include/structures.h ./CAPI/cpp/API/include/utils.hpp ./CAPI/cpp/API/src/AI.cpp ./CAPI/cpp/API/src/API.cpp ./CAPI/cpp/API/src/DebugAPI.cpp'
18-
inplace: False
11+
- uses: actions/checkout@v4
12+
- uses: DoozyX/clang-format-lint-action@v0.20
13+
with:
14+
source: "."
15+
extensions: "c,h,C,H,cpp,hpp,cc,hh,c++,h++,cxx,hxx,i,ixx,ipp,i++"
16+
clangFormatVersion: 14
17+
exclude: "./players ./CAPI/cpp/grpc/include ./CAPI/cpp/proto ./CAPI/cpp/tclap/include/tclap ./dependency/proto ./CAPI/cpp/spdlog/include/spdlog ./CAPI/cpp/fmt ./CAPI/cpp/API/include/structures.h ./CAPI/cpp/API/include/utils.hpp ./CAPI/cpp/API/src/AI.cpp ./CAPI/cpp/API/src/API.cpp ./CAPI/cpp/API/src/DebugAPI.cpp"
18+
inplace: False
1919

2020
dotnet-format-checking:
2121
runs-on: windows-latest
2222
steps:
23-
- uses: actions/checkout@v4
24-
- name: Setup .NET Core
25-
uses: actions/setup-dotnet@v4
26-
with:
27-
dotnet-version: 8.0.x
28-
29-
- name: Check Logic
30-
run: |
31-
dotnet restore "./logic/logic.sln"
32-
dotnet format "./logic/logic.sln" --severity error --no-restore --verify-no-changes
33-
34-
- name: Check Installer
35-
run: |
36-
dotnet restore "./installer/installer.sln"
37-
dotnet format "./installer/installer.sln" --severity error --no-restore --verify-no-changes
38-
39-
- name: Check Playback
40-
run: |
41-
dotnet restore "./playback/playback.sln"
42-
dotnet format "./playback/playback.sln" --severity error --no-restore --verify-no-changes
23+
- uses: actions/checkout@v4
24+
- name: Setup .NET Core
25+
uses: actions/setup-dotnet@v4
26+
with:
27+
dotnet-version: 8.0.x
4328

44-
- name: Check Interface
45-
run: |
46-
dotnet format whitespace "./interface/Unity/interface-live/Assets/Scripts/" --folder --verify-no-changes
29+
- name: Check Logic
30+
run: |
31+
dotnet restore "./logic/logic.sln"
32+
dotnet format "./logic/logic.sln" --severity error --no-restore --verify-no-changes
33+
34+
- name: Check Installer
35+
run: |
36+
dotnet restore "./installer/installer.sln"
37+
dotnet format "./installer/installer.sln" --severity error --no-restore --verify-no-changes
38+
39+
- name: Check Playback
40+
run: |
41+
dotnet restore "./playback/playback.sln"
42+
dotnet format "./playback/playback.sln" --severity error --no-restore --verify-no-changes

114514

Whitespace-only changes.

0 commit comments

Comments
 (0)