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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
338 B
Bash
Raw Normal View History

#!/bin/bash -e
2023-07-08 18:44:15 +02:00
docs/source/install_luadocumentor_in_docker.sh
2023-01-27 19:53:10 +01:00
PATH=$PATH:~/luarocks/bin
pushd .
2023-01-27 19:53:10 +01:00
echo "Install Teal Cyan"
git clone https://github.com/teal-language/cyan.git --depth 1
cd cyan
luarocks make cyan-dev-1.rockspec
popd
scripts/generate_teal_declarations.sh ./teal_declarations
2023-02-11 12:41:30 +01:00
zip teal_declarations.zip -r teal_declarations