tibia/test/run.sh

21 lines
1.2 KiB
Bash
Raw Normal View History

2023-12-11 17:54:54 +00:00
#!/bin/sh
dir=`dirname $0`
2024-01-02 17:38:46 +00:00
$dir/../tibia $dir/product.json,$dir/company.json,$dir/vst3.json $dir/../templates/vst3 $dir/../out/vst3
2024-01-17 16:31:14 +00:00
$dir/../tibia $dir/product.json,$dir/company.json,$dir/vst3.json,$dir/vst3-make.json $dir/../templates/vst3-make $dir/../out/vst3
2024-01-05 13:45:14 +00:00
cp $dir/plugin.h $dir/../out/vst3/src
2024-01-17 16:31:14 +00:00
2024-01-02 17:38:46 +00:00
$dir/../tibia $dir/product.json,$dir/company.json,$dir/lv2.json $dir/../templates/lv2 $dir/../out/lv2
2024-01-17 16:31:14 +00:00
$dir/../tibia $dir/product.json,$dir/company.json,$dir/lv2.json $dir/../templates/lv2-make $dir/../out/lv2
2024-01-05 13:45:14 +00:00
cp $dir/plugin.h $dir/../out/lv2/src
2024-01-17 16:31:14 +00:00
$dir/../tibia $dir/product.json,$dir/company.json $dir/../templates/web $dir/../out/web
$dir/../tibia $dir/product.json,$dir/company.json $dir/../templates/web-make $dir/../out/web
2024-01-18 17:13:31 +00:00
$dir/../tibia $dir/product.json,$dir/company.json $dir/../templates/web-demo $dir/../out/web
2024-01-17 16:31:14 +00:00
cp $dir/plugin.h $dir/../out/web/src
2024-01-23 08:22:00 +00:00
$dir/../tibia $dir/product.json,$dir/company.json,$dir/android.json $dir/../templates/android $dir/../out/android
$dir/../tibia $dir/product.json,$dir/company.json,$dir/android.json,$dir/android-make.json $dir/../templates/android-make $dir/../out/android
cp $dir/keystore.jks $dir/../out/android
2024-01-23 17:38:52 +00:00
cp $dir/plugin.h $dir/../out/android/src