Add .gitea/workflows/action.yaml
All checks were successful
Test build ${{ vars.NAME_PROJECT }} / deploy (push) Successful in 24s
All checks were successful
Test build ${{ vars.NAME_PROJECT }} / deploy (push) Successful in 24s
This commit is contained in:
parent
e0049f1699
commit
2e7d31a9f2
12
.gitea/workflows/action.yaml
Normal file
12
.gitea/workflows/action.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
name: Test build ${{ vars.NAME_PROJECT }}
|
||||
run-name: ${{ gitea.actor }} is building ${{ gitea.repository }}
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: linux_amd64
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Try building ${{ vars.NAME_PROJECT }}
|
||||
run: gcc *.c ${{ vars.FLAGS_LDD }} -o ${{ vars.NAME_PROJECT }}
|
Loading…
Reference in New Issue
Block a user