Compare commits

..

4 commits

Author SHA1 Message Date
Raphael
785d8ea44b
ci(gh/workflow): now running on forty-two env
Some checks failed
Build / build (push) Failing after 3s
Build / build (pull_request) Failing after 2s
2026-03-30 20:40:58 +02:00
Raphael
a5bec11817
feat(gh/workflow): adding the installation of clang
All checks were successful
Build / build (push) Successful in 26s
Build / build (pull_request) Successful in 25s
2026-03-30 19:37:43 +02:00
Raphael
a54b4dc4c7
ci(gh/workflow): adding the default compilator at 42
Some checks failed
Build / build (push) Failing after 3s
2026-03-30 19:33:21 +02:00
Raphael
85d79529bc
ci(gh/workflow): testing workflow on forgejo
Some checks failed
Build / build (push) Failing after 5s
2026-03-30 19:31:46 +02:00

25
.github/workflows/build.yml vendored Normal file
View file

@ -0,0 +1,25 @@
name: Build
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
permissions:
contents: read
jobs:
build:
name: build
runs-on: forty-two
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Mandatory
run: CC=clang TERM=xterm make
- name: Bonus
run: CC=clang TERM=xterm make bonus