mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
let's see how many lines Go takes.
This commit is contained in:
parent
6c9c68239b
commit
c22d69d62b
|
|
@ -8,6 +8,7 @@ install:
|
|||
|
||||
script:
|
||||
- find . \( -name \*.c -o -name \*.h \) -type f|xargs wc -l -c
|
||||
- find . \( -name \*.go \) -type f|xargs wc -l -c
|
||||
- find . \( -name \*.lisp -o -name \*.ros \) -type f|xargs wc -l -c
|
||||
- brew install roswell --verbose --HEAD
|
||||
- ros version
|
||||
|
|
|
|||
Loading…
Reference in a new issue