Add .gitea / workflows / actions.yaml
This commit is contained in:
parent
3024a203b5
commit
c8c56cf435
12
.gitea / workflows / actions.yaml
Normal file
12
.gitea / workflows / actions.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
name: Test build
|
||||||
|
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