Kompilacja i Artefakt
All checks were successful
First CI / build (push) Successful in 11s

This commit is contained in:
2025-11-21 11:04:29 +01:00
parent ce72568423
commit a3e738f167
2 changed files with 15 additions and 2 deletions

View File

@@ -5,5 +5,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Printing hello
run: echo "Hello, world"
- uses: actions/checkout@v4
- name: build using gcc
run: gcc -Wall -Werror main.c
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: program
path: program