1
0

更新 .gitea/workflows/build.yaml

This commit is contained in:
forever 2024-05-04 23:54:02 +08:00
parent 4db9b2b2f9
commit 1dd9dc0d84

View File

@ -6,17 +6,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: "Set Env"
run: |
sudo apt update
sudo apt install bc gcc g++
- name: "Pull Project"
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 }}."
- name: 设置环境
run: |
sudo apt update
sudo apt install gcc g++ bc git
mkdir build
- name: 拉取项目
run: |
cd build
git clone http://192.168.6.4:3000/expvintl/DDNet_Server