1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-03 17:37:18 +00:00
OpenMW/CI/teal_ci.sh

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

16 lines
316 B
Bash
Raw Normal View History

#!/bin/bash -e
2023-07-08 16:44:15 +00:00
docs/source/install_luadocumentor_in_docker.sh
2023-01-27 18:53:10 +00:00
PATH=$PATH:~/luarocks/bin
pushd .
2023-01-27 18:53:10 +00:00
echo "Install Teal Cyan"
2024-06-20 19:57:19 +00:00
git clone https://github.com/teal-language/cyan.git
2023-01-27 18:53:10 +00:00
cd cyan
git checkout v0.4.0
luarocks make cyan-0.4.0-1.rockspec
2023-01-27 18:53:10 +00:00
popd
cyan version
scripts/generate_teal_declarations.sh ./teal_declarations