artifacts
Some checks failed
Second CI / build (push) Failing after 15s

This commit is contained in:
haaaniaaa 2024-11-22 13:35:57 +01:00
parent ec2db3b126
commit 6c8758c617

15
.gitea/workflows/ci1.yml Normal file
View 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