更新 .gitea/workflows/build.yaml
This commit is contained in:
@ -3,17 +3,18 @@ run-name: ${{ gitea.actor }} 测试项目 🚀
|
|||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
构建DDNetServer:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
- name: 配置环境
|
||||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
|
||||||
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
|
||||||
- name: Check out repository code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
|
||||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
|
||||||
- name: List files in the repository
|
|
||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
sudo apt update
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
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 }}."
|
Reference in New Issue
Block a user