mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-08 19:40:21 +01:00
35aef2e04d
- Added doc - Changed two lines in init.lua Patch 2 will concern the beginning of the irc submodule.
16 lines
359 B
YAML
16 lines
359 B
YAML
language: lua
|
|
|
|
notifications:
|
|
email: false
|
|
|
|
env:
|
|
global:
|
|
- secure: "kFhU+DZjhq/KbDt0DIDWnlskXMa12miNelmhhy30fQGgVIdiibDGKMNGyLahWp8CnPu1DARb5AZWK2TDfARdnURT2pgcsG83M7bYIY6cR647BWjL7oAhJ6CYEzTWJTBjeUjpN/o4vIgfXSDR0c7vboDi7Xz8ilfrBujPL2Oi/og="
|
|
|
|
install:
|
|
- sudo apt-get -y update
|
|
- sudo apt-get -y install lua5.1 luadoc
|
|
|
|
script:
|
|
- ./push-luadoc.sh
|