1
0
Files
DDNet_Server/.gitea/workflows/build.yaml
expvintl c82ab24b4a
Some checks failed
构建DDNet_Server / build (push) Failing after 1m36s
更新 .gitea/workflows/build.yaml
2024-05-05 01:46:10 +08:00

19 lines
435 B
YAML

name: 构建DDNet_Server
run-name: ${{ gitea.actor }} 测试项目 🚀
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 设置环境
run: |
sudo apt update
sudo apt -y install gcc g++ bc git
mkdir build
- name: 拉取项目
run: |
cd build
git clone http://192.168.6.4:3000/expvintl/DDNet_Server
cd DDNet_Server
make -j8