mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 02:52:20 +00:00
10 lines
199 B
YAML
10 lines
199 B
YAML
language: c
|
|
|
|
install:
|
|
- sudo apt-get install lua
|
|
- sudo apt-get install luarocks
|
|
- sudo luarocks install busted
|
|
- sudo luarocks make rockspecs/largparse-wip-1.rockspec
|
|
|
|
script: "busted spec"
|