docker creators

This commit is contained in:
2025-01-14 10:25:35 +01:00
parent e1c93e8f98
commit 23c1456e7e
15 changed files with 858 additions and 6 deletions

View File

@@ -64,7 +64,7 @@ os.symlink('${abs_dir_of_script}/lib', '${os.home_dir()}/.vmodules/freeflowunive
println('Herolib installation completed successfully!')
// Add vtest alias
addtoscript('alias vtest=', 'alias vtest=\'v -stats -enable-globals -n -w -cg -gc none -no-retry-compilation -cc tcc test\' %') or {
addtoscript('alias vtest=', 'alias vtest=\'v -stats -enable-globals -n -w -cg -gc none -no-retry-compilation -cc tcc test\' ') or {
eprintln('Failed to add vtest alias: ${err}')
}