push ecole

This commit is contained in:
2026-04-02 16:06:31 +02:00
parent 6d932bfe28
commit a87b015d99
2 changed files with 0 additions and 179 deletions
-29
View File
@@ -1,29 +0,0 @@
name: Tests Basics avec Criterion
on: [push]
jobs:
test:
runs-on: ubuntu-latest
container:
image: git.blackbucket.fr/lucas/epita_tp_c:latest
steps:
- name: Installation de l'env
run: pacman -Syu --noconfirm nodejs git gcc criterion
- name: Récupération du code
# Maintenant que Node et Git sont là, cette étape va fonctionner
uses: actions/checkout@v4
- name: Compilation
run: >
gcc -Wall -Wextra
-I./Chains_across_the_Island/Fundamentals/basics
-o test
Chains_across_the_Island/Fundamentals/basics/basics.c
tests/test_basics.c
-lcriterion -fsanitize=address -g
- name: Tests
run: ./test