2023-12-20 21:37:41 +00:00
|
|
|
#!/bin/bash -e
|
2023-07-08 16:44:15 +00:00
|
|
|
|
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
|
|
|
|
|
2023-02-11 13:09:41 +00:00
|
|
|
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
|
2024-06-20 19:57:19 +00:00
|
|
|
git checkout 51649e4a814c05deaf5dde929ba82803f5170bbc
|
2023-01-27 18:53:10 +00:00
|
|
|
luarocks make cyan-dev-1.rockspec
|
|
|
|
popd
|
2023-02-11 13:09:41 +00:00
|
|
|
|
|
|
|
scripts/generate_teal_declarations.sh ./teal_declarations
|
2023-02-11 11:41:30 +00:00
|
|
|
zip teal_declarations.zip -r teal_declarations
|