feat add build.yaml

This commit is contained in:
tqcq
2025-07-14 10:41:07 +08:00
parent d2433ca8c3
commit 3215f7b0a9
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
name: Build
on: [push]
jobs:
build-server:
runs-on: ubuntu-latest
steps:
- cargo build -p server
build-server:
runs-on: ubuntu-latest
steps:
- cargo build -p client

11
Cargo.lock generated Normal file
View File

@@ -0,0 +1,11 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "client"
version = "0.1.0"
[[package]]
name = "server"
version = "0.1.0"