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-10-19 15:51:06 +00:00
|
|
|
git checkout v0.4.0
|
|
|
|
luarocks make cyan-0.4.0-1.rockspec
|
2023-01-27 18:53:10 +00:00
|
|
|
popd
|
2023-02-11 13:09:41 +00:00
|
|
|
|
2024-10-19 15:51:06 +00:00
|
|
|
cyan version
|
2023-02-11 13:09:41 +00:00
|
|
|
scripts/generate_teal_declarations.sh ./teal_declarations
|