]> gitweb.factorcode.org Git - factor.git/commit
cli.git: Better branch names maybe. 2009/head
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 5 Jul 2018 01:31:44 +0000 (20:31 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 5 Jul 2018 05:13:02 +0000 (00:13 -0500)
commit682e0b92e365f56198229e19ef7234fce1bc3337
tree40e66efcebd8958a921dc5964cb2ae8c3ec5747f
parent957dea14b463a232b1dc39ec55e4d4c812b5ea0a
cli.git: Better branch names maybe.
zealot: use CI_BRANCH and set it in travis.
zealot.factor: Check against HEAD
.travis.yml: Travis seems to be terminating my command after the USING:.

[[
[0K$ ./factor -run=zealot.cli-changed-vocabs
io.pathnames
vocabs.loader
cli.git
modern
modern.out
modern.paths
modern.slices
sequences.extras
web-services.github
zealot.cli-changed-vocabs
zealot.factor
zealot

travis_time:end:155cd3d8:start=1530762416088842089,finish=1530762475370504525,duration=59281662436
[0K
[32;1mThe command "./factor -run=zealot.cli-changed-vocabs" exited with 0.[0m
travis_time:start:2ac2d2d0
[0K$ {:"./factor -run=zealot.cli-changed-vocabs | while read line ; do ./factor -e=\"USING"=>"kernel tools.test vocabs.hierarchy ; \\\"$line\\\" [ load ] [ test ] bi\" ; done"}
/home/travis/.travis/job_stages: line 78: {:./factor -run=zealot.cli-changed-vocabs | while read line ; do ./factor -e="USING=: No such file or directory

travis_time:end:2ac2d2d0:start=1530762475377510994,finish=1530762475383948090,duration=6437096
[0K
[31;1mThe command "{:"./factor -run=zealot.cli-changed-vocabs | while read line ; do ./factor -e=\"USING"=>"kernel tools.test vocabs.hierarchy ; \\"$line\\" [ load ] [ test ] bi\" ; done"}" exited with 127.[0m

Done. Your build exited with 1.
]]

zealot: test on cli.
travis: Load zealot so we can use it quickly twice. Also fetch origin/master so we can ``git diff`` against it.
.travis.yml
build.sh
extra/cli/git/git.factor
extra/zealot/cli-test-changed-vocabs/authors.txt [new file with mode: 0644]
extra/zealot/cli-test-changed-vocabs/cli-test-changed-vocabs.factor [new file with mode: 0644]
extra/zealot/factor/factor.factor