1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-29 09:32:45 +00:00
OpenMW/CI/teal_ci.sh

19 lines
375 B
Bash
Raw Normal View History

2023-01-27 19:53:10 +01:00
pushd .
docs/source/install_luadocumentor_in_docker.sh
2023-01-27 19:53:10 +01: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=~/luarocks/bin
export LUAROCKS
popd
pushd docs
2023-02-11 12:41:30 +01:00
./generate_teal_declarations.sh ../teal_declarations
2023-01-29 20:58:00 +01:00
popd
2023-02-11 12:41:30 +01:00
zip teal_declarations.zip -r teal_declarations