zad3
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
name: First CI
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -7,3 +8,8 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- name: build using gcc
|
||||
run: gcc -Wall -Werror main.c
|
||||
- name: Archive production artifacts
|
||||
uses:actions/upload-artifacts@v3
|
||||
with:
|
||||
name: program
|
||||
path: program
|
||||
Reference in New Issue
Block a user