Skip to content
Extraits de code Groupes Projets
Valider f57c3b1d rédigé par François De Keersmaeker's avatar François De Keersmaeker
Parcourir les fichiers

CI: updated paths in scripts

parent 0ef0b310
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
EXITCODE=0
# Pattern matching on all source files
for file in $(find $GITHUB_WORKSPACE/include $GITHUB_WORKSPACE/src $GITHUB_WORKSPACE/test -name *.h -o -name *.c)
for file in $(find include src test -name *.h -o -name *.c)
do
if [[ "$file" != *"/hashmap.c" ]]
then
......
EXITCODE=0
VALGRIND_SUPP="$GITHUB_WORKSPACE/.ci_scripts/valgrind.supp"
VALGRIND_SUPP=".ci_scripts/valgrind.supp"
for file in $GITHUB_WORKSPACE/bin/test/*
for file in bin/test/*
do
if [[ $# -eq 1 && $1 == valgrind ]]
then
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter