.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
Doug Coleman 2018-07-04 20:21:13 -05:00
parent 96f2470e5d
commit 957dea14b4
1 changed files with 1 additions and 0 deletions

View File

@ -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