mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
clone sn.github
This commit is contained in:
parent
0ec8791662
commit
a0a323cccc
|
|
@ -44,6 +44,7 @@ before_install:
|
|||
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ x$TRAVIS_TAG !=x ]; then sudo apt-get install -qq lcab > /dev/null; fi
|
||||
install:
|
||||
- if [ "$METHOD" = "brew" ]; then brew tap snmsts/roswell; fi
|
||||
- if [ x$TRAVIS_TAG !=x ] && [ "$METHOD" = "cross" ]; then git clone https://github.com/snmsts/sn.github.git ~/lisp/sn.github; fi
|
||||
|
||||
script:
|
||||
- if [ "$METHOD" = "cross" ]; then find . \( -name \*.c -o -name \*.h \) -type f|xargs wc -l -c; fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue