feat add build.yaml
This commit is contained in:
12
.gitea/workflows/build.yaml
Normal file
12
.gitea/workflows/build.yaml
Normal 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
|
Reference in New Issue
Block a user