mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-01 20:28:13 +00:00
clean up old samples; mark md_c_helpers with an error; remove c helper tests
This commit is contained in:
@@ -10,8 +10,6 @@ echo "~~~ Build All Samples ~~~"
|
||||
bin/bld_core.sh show_ctx
|
||||
|
||||
bin/bld_core.sh unit old_style_custom_layer samples/old_style_custom_layer.c
|
||||
bin/bld_core.sh unit toy_language samples/toy_language/toy_language.c
|
||||
bin/bld_core.sh unit static_site_generator samples/static_site_generator/static_site_generator.c
|
||||
bin/bld_core.sh unit output_parse samples/output_parse/output_parse.c
|
||||
bin/bld_core.sh unit c_code_generation samples/c_code_generation.c
|
||||
bin/bld_core.sh unit node_errors samples/node_errors/node_errors.c
|
||||
|
||||
@@ -8,16 +8,6 @@ cd ..
|
||||
build_path=$root_path/build
|
||||
samples_path=$root_path/samples
|
||||
|
||||
echo ~~~ Running Static Site Generator Sample ~~~
|
||||
cd $samples_path
|
||||
if [ -d "static_site_generator/example_site" ]; then
|
||||
cd static_site_generator/example_site
|
||||
mkdir -p generated
|
||||
cd generated
|
||||
$build_path/static_site_generator.exe --siteinfo:../site_info.mdesk --pagedir:../
|
||||
fi
|
||||
echo
|
||||
|
||||
echo ~~~ Running Output Parse Sample ~~~
|
||||
cd $samples_path
|
||||
if [ -d "output_parse/examples" ]; then
|
||||
|
||||
Reference in New Issue
Block a user