1
0
Files
DDNet_Server/.gitea/workflows/build.yaml
Workflow config file is invalid. Please check your config file: yaml: line 8: mapping values are not allowed in this context

20 lines
501 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 install bc gcc g++
- name: 拉取项目
run: |
mkdir project
cd project
git clone http://192.168.6.4:3000/expvintl/DDNet_Server
cd DDNet_Server
make -j8
- run: echo "任务状态: ${{ job.status }}."