Merge branch 'feature/development-environment-quick-install' into development

This commit is contained in:
project-repo 2023-04-16 11:16:24 +02:00
commit 3cfb18f481
18 changed files with 408 additions and 54 deletions

View file

@ -12,4 +12,7 @@ shellcheck --source-path=../example_scripts/ $(ls -Itesting-configurations) || R
cd "${MESONCURRENTCONFIGDIR}/example_scripts/" || RESULT=1
shellcheck ./* || RESULT=1
cd "${MESONCURRENTCONFIGDIR}/scripts/" || RESULT=1
shellcheck ./* || RESULT=1
exit "${RESULT}"