From 43228f06e7e57752ed12dbc14bbeb0e6bc30b80b Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Wed, 17 Jul 2024 03:26:33 +0200 Subject: [PATCH] test --- .azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 17a23731..eb22012c 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -131,6 +131,7 @@ steps: displayName: 'Build' - bash: | set -xue + set EXECUTABLES="${EXECUTABLES:-crunch example1 example2 example3}" for exe_file in ${EXECUTABLES}; do file 'build/${exe_file}${CRUNCH_EXTENSION:-}'