Skip to content

Commit 1467a81

Browse files
committed
Start of a server crate
1 parent 22707a4 commit 1467a81

16 files changed

Lines changed: 1190 additions & 339 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- target: aarch64-unknown-linux-gnu
2121
os: ubuntu-24.04-arm
2222
- target: x86_64-pc-windows-msvc
23-
os: windows-latest
23+
os: windows-2025-vs2026
2424

2525
name: Start `cargo build / test` on ${{ matrix.os }}
2626
runs-on: ${{ matrix.os }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- target: aarch64-unknown-linux-gnu
2121
os: ubuntu-24.04-arm
2222
- target: x86_64-pc-windows-msvc
23-
os: windows-latest
23+
os: windows-2025-vs2026
2424

2525
steps:
2626
- name: Checkout

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ target/
1414
.DS_Store
1515
.idea/vcs.xml
1616
.idea/workspace.xml
17+
18+
# test config for file server
19+
kfuz2_server.toml

0 commit comments

Comments
 (0)