mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-01 03:21:41 +00:00
491525d173
To specify used interpreter and set exit on error mode.
15 lines
338 B
Bash
Executable File
15 lines
338 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
docs/source/install_luadocumentor_in_docker.sh
|
|
PATH=$PATH:~/luarocks/bin
|
|
|
|
pushd .
|
|
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
|
|
zip teal_declarations.zip -r teal_declarations
|