|
|
|
@ -5,9 +5,15 @@ rootdir="$dir/../.."
@@ -5,9 +5,15 @@ rootdir="$dir/../.."
|
|
|
|
|
configuration=Release |
|
|
|
|
platform=x64 |
|
|
|
|
|
|
|
|
|
red=`tput setaf 1` |
|
|
|
|
green=`tput setaf 2` |
|
|
|
|
reset=`tput sgr0` |
|
|
|
|
if [ $CI = "true" ]; then |
|
|
|
|
red="" |
|
|
|
|
green="" |
|
|
|
|
reset="" |
|
|
|
|
else |
|
|
|
|
red=`tput setaf 1` |
|
|
|
|
green=`tput setaf 2` |
|
|
|
|
reset=`tput sgr0` |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
echo "${green}Generating bindings${reset}" |
|
|
|
|
dotnet $rootdir/bin/${configuration}_${platform}/CppSharp.CLI.dll \ |
|
|
|
|