1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 12:01:51 +00:00
OpenMW/CI/teal_ci.sh
2023-02-11 14:10:16 +01:00

19 lines
375 B
Bash
Executable File

pushd .
docs/source/install_luadocumentor_in_docker.sh
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=~/luarocks/bin
export LUAROCKS
popd
pushd docs
./generate_teal_declarations.sh ../teal_declarations
popd
zip teal_declarations.zip -r teal_declarations