2023-12-20 22:37:41 +01:00
|
|
|
#!/bin/bash -e
|
2023-07-08 18:44:15 +02:00
|
|
|
|
2023-02-11 12:51:43 +01:00
|
|
|
docs/source/install_luadocumentor_in_docker.sh
|
2023-01-27 19:53:10 +01:00
|
|
|
PATH=$PATH:~/luarocks/bin
|
|
|
|
|
2023-02-11 14:09:41 +01:00
|
|
|
pushd .
|
2023-01-27 19:53:10 +01:00
|
|
|
echo "Install Teal Cyan"
|
2024-06-20 21:57:19 +02:00
|
|
|
git clone https://github.com/teal-language/cyan.git
|
2023-01-27 19:53:10 +01:00
|
|
|
cd cyan
|
2024-06-20 21:57:19 +02:00
|
|
|
git checkout 51649e4a814c05deaf5dde929ba82803f5170bbc
|
2023-01-27 19:53:10 +01:00
|
|
|
luarocks make cyan-dev-1.rockspec
|
|
|
|
popd
|
2023-02-11 14:09:41 +01:00
|
|
|
|
|
|
|
scripts/generate_teal_declarations.sh ./teal_declarations
|
2023-02-11 12:41:30 +01:00
|
|
|
zip teal_declarations.zip -r teal_declarations
|