添加 .gitea/workflows/build.yaml
This commit is contained in:
parent
d6097f4d20
commit
979c83c5f3
9
.gitea/workflows/build.yaml
Normal file
9
.gitea/workflows/build.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
# .gitea/workflows/build.yaml
|
||||
name: cpp
|
||||
run-name:{{ github.actor}} is testing out Gitea Actions
|
||||
on: [push]
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on:ubuntu-latest
|
||||
step:
|
||||
-run: echo "apt-get update --yes && apt-get install --yes --no-install-recommends build-essential && apt-get clean && rm -rf /var/lib/apt/lists/*"
|
Loading…
x
Reference in New Issue
Block a user