Compilation step is added to pipeline
All checks were successful
First CI / build (push) Successful in 20s
All checks were successful
First CI / build (push) Successful in 20s
This commit is contained in:
parent
93b9aa7b9c
commit
dbf4381071
@ -7,4 +7,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Printing hello
|
||||
run: gcc -Wall -Werror main.c
|
||||
run: gcc -Wall -Werror main.c -o program
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: program
|
||||
path: program
|
Loading…
x
Reference in New Issue
Block a user