2023-01-27 18:53:10 +00:00
|
|
|
pushd .
|
|
|
|
|
2023-02-11 11:51:43 +00:00
|
|
|
docs/source/install_luadocumentor_in_docker.sh
|
2023-01-27 18:53:10 +00:00
|
|
|
|
|
|
|
PATH=$PATH:~/luarocks/bin
|
|
|
|
|
|
|
|
echo "Install Teal Cyan"
|
|
|
|
git clone https://github.com/teal-language/cyan.git --depth 1
|
|
|
|
cd cyan
|
|
|
|
luarocks make cyan-dev-1.rockspec
|
|
|
|
|
|
|
|
luarocks show openmwluadocumentor
|
|
|
|
luarocks show cyan
|
|
|
|
|
|
|
|
LUAROCKS=~/luarocks/bin
|
|
|
|
export LUAROCKS
|
|
|
|
popd
|
|
|
|
pushd docs
|
2023-02-11 11:41:30 +00:00
|
|
|
./generate_teal_declarations.sh ../teal_declarations
|
2023-01-29 19:58:00 +00:00
|
|
|
popd
|
2023-02-11 11:41:30 +00:00
|
|
|
zip teal_declarations.zip -r teal_declarations
|