mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-04 14:48:44 +00:00
clean up old samples; mark md_c_helpers with an error; remove c helper tests
This commit is contained in:
@@ -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