.travis.yml: Experimental command to test changed vocabs.
Takes into account if the vocabs can run on the test machine's platform or not.elevate-erg
parent
96f2470e5d
commit
957dea14b4
|
@ -42,3 +42,4 @@ before_install:
|
||||||
( [[ "$TRAVIS_OS_NAME" != "osx" ]] && sudo ldconfig || true )
|
( [[ "$TRAVIS_OS_NAME" != "osx" ]] && sudo ldconfig || true )
|
||||||
script:
|
script:
|
||||||
- DEBUG=1 ./build.sh net-bootstrap < /dev/null
|
- DEBUG=1 ./build.sh net-bootstrap < /dev/null
|
||||||
|
- ./factor -run=zealot.cli-changed-vocabs | while read line ; do ./factor -e="USING: kernel tools.test vocabs.hierarchy ; \"$line\" [ load ] [ test ] bi" ; done
|
||||||
|
|
Loading…
Reference in New Issue