This commit is contained in:
parent
ec2db3b126
commit
6c8758c617
15
.gitea/workflows/ci1.yml
Normal file
15
.gitea/workflows/ci1.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: Second CI
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: build using gcc
|
||||||
|
run: gcc -Wall _Werror main.c -o program
|
||||||
|
- name: Archive production artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: program
|
||||||
|
path: program
|
Loading…
Reference in New Issue
Block a user